diff options
-rw-r--r-- | cui/source/tabpages/transfrm.cxx | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx index 24d0d0e06010..ee299bcf032d 100644 --- a/cui/source/tabpages/transfrm.cxx +++ b/cui/source/tabpages/transfrm.cxx @@ -432,13 +432,12 @@ void SvxAngleTabPage::PointChanged(Window* pWindow, RECT_POINT eRP) |* dialog for changing slant and corner radius |* \************************************************************************/ - -SvxSlantTabPage::SvxSlantTabPage( Window* pParent, const SfxItemSet& rInAttrs ) : - SvxTabPage ( pParent - ,"SlantAndCornerRadius" - ,"cui/ui/slantcornertabpage.ui" - , rInAttrs ), - rOutAttrs ( rInAttrs ) +SvxSlantTabPage::SvxSlantTabPage(Window* pParent, const SfxItemSet& rInAttrs) + : SvxTabPage( pParent,"SlantAndCornerRadius","cui/ui/slantcornertabpage.ui", + rInAttrs) + , rOutAttrs(rInAttrs) + , pView(NULL) + , eDlgUnit(FUNIT_NONE) { get(m_pFlRadius, "FL_RADIUS"); get(m_pMtrRadius, "MTR_FLD_RADIUS"); @@ -454,8 +453,6 @@ SvxSlantTabPage::SvxSlantTabPage( Window* pParent, const SfxItemSet& rInAttrs ) ePoolUnit = pPool->GetMetric( SID_ATTR_TRANSFORM_POS_X ); } - - void SvxSlantTabPage::Construct() { // get the range |