CComponentsItemBox: use plausible member names

This commit is contained in:
2012-08-27 15:27:40 +02:00
parent 6a29d7b83a
commit 19e6866bb8
2 changed files with 6 additions and 6 deletions

View File

@@ -343,8 +343,8 @@ class CComponentsItemBox : public CComponentsContainer
void clearElements();
void paintPic(CComponentsPicture* pic);
void initVarItemBox();
void calculateElementsInitPart1();
void calculateElementsInitPart2();
void calSizeOfElements();
void calPositionOfElements();
public:
CComponentsItemBox();