Declare all the members in ImplCommonButtonData ctor
Change-Id: Ie3bb75617eef66ea5af77c8013d42a49dd69d2d0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user