diff options
-rw-r--r-- | vcl/source/control/button.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index 37752bbcc50e..13e3abd80d4c 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -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; } // ----------------------------------------------------------------------- |