Declare all the members in ImplCommonButtonData ctor

Change-Id: Ie3bb75617eef66ea5af77c8013d42a49dd69d2d0
This commit is contained in:
Julien Nabet
2012-08-05 17:45:17 +02:00
parent 76ccb5fe45
commit a4e937d5b0

View File

@@ -86,13 +86,9 @@ public:
};
// -----------------------------------------------------------------------
ImplCommonButtonData::ImplCommonButtonData()
ImplCommonButtonData::ImplCommonButtonData() : maFocusRect(), mnSeparatorX(0), mnButtonState(0),
mbSmallSymbol(sal_False), maImage(), meImageAlign(IMAGEALIGN_TOP), meSymbolAlign(SYMBOLALIGN_LEFT)
{
mnButtonState = 0;
mbSmallSymbol = sal_False;
meImageAlign = IMAGEALIGN_TOP;
meSymbolAlign = SYMBOLALIGN_LEFT;
}
// -----------------------------------------------------------------------