diff options
-rw-r--r-- | cui/source/tabpages/transfrm.cxx | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx index ee299bcf032d..eef82e80323c 100644 --- a/cui/source/tabpages/transfrm.cxx +++ b/cui/source/tabpages/transfrm.cxx @@ -613,19 +613,19 @@ void SvxSlantTabPage::PointChanged( Window* , RECT_POINT ) |* Dialog for changing position and size of graphic objects |* \************************************************************************/ - -SvxPositionSizeTabPage::SvxPositionSizeTabPage( Window* pParent, const SfxItemSet& rInAttrs ) : - SvxTabPage ( pParent - ,"PositionAndSize" - ,"cui/ui/possizetabpage.ui" - , rInAttrs ), - - mrOutAttrs ( rInAttrs ), - mnProtectSizeState( TRISTATE_FALSE ), - mbPageDisabled ( false ), - mbProtectDisabled( false ), - mbSizeDisabled( false ), - mbAdjustDisabled( true ) +SvxPositionSizeTabPage::SvxPositionSizeTabPage(Window* pParent, const SfxItemSet& rInAttrs) + : SvxTabPage(pParent,"PositionAndSize","cui/ui/possizetabpage.ui", rInAttrs) + , mrOutAttrs(rInAttrs) + , mpView(NULL) + , meDlgUnit(FUNIT_NONE) + , meMapUnit(MAP_100TH_MM) + , mnProtectSizeState(TRISTATE_FALSE) + , mbPageDisabled(false) + , mbProtectDisabled(false) + , mbSizeDisabled(false) + , mbAdjustDisabled(true) + , mfOldWidth(0.0) + , mfOldHeight(0.0) { get(m_pFlPosition, "FL_POSITION"); @@ -675,8 +675,6 @@ SvxPositionSizeTabPage::SvxPositionSizeTabPage( Window* pParent, const SfxItemSe } - - void SvxPositionSizeTabPage::Construct() { // get range and work area |