summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/tabpages/transfrm.cxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx
index 291bea750c7f..24d0d0e06010 100644
--- a/cui/source/tabpages/transfrm.cxx
+++ b/cui/source/tabpages/transfrm.cxx
@@ -198,13 +198,11 @@ void SvxTransformTabDialog::SetValidateFramePosLink(const Link& rLink)
|* angle and the rotation angle of the graphic objects
|*
\************************************************************************/
-
-SvxAngleTabPage::SvxAngleTabPage( Window* pParent, const SfxItemSet& rInAttrs ) :
- SvxTabPage ( pParent
- ,"Rotation"
- ,"cui/ui/rotationtabpage.ui"
- , rInAttrs ),
- rOutAttrs ( rInAttrs )
+SvxAngleTabPage::SvxAngleTabPage(Window* pParent, const SfxItemSet& rInAttrs)
+ : SvxTabPage( pParent,"Rotation","cui/ui/rotationtabpage.ui", rInAttrs)
+ , rOutAttrs(rInAttrs)
+ , pView(NULL)
+ , eDlgUnit(FUNIT_NONE)
{
get(m_pFlPosition, "FL_POSITION");
get(m_pMtrPosX, "MTR_FLD_POS_X");
@@ -223,8 +221,6 @@ SvxAngleTabPage::SvxAngleTabPage( Window* pParent, const SfxItemSet& rInAttrs )
m_pCtlAngle->SetLinkedField( m_pNfAngle, 2 );
}
-
-
void SvxAngleTabPage::Construct()
{
DBG_ASSERT(pView, "No valid view (!)");