summaryrefslogtreecommitdiff
path: root/svx/source/dialog/graphctl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/graphctl.cxx')
-rw-r--r--svx/source/dialog/graphctl.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/svx/source/dialog/graphctl.cxx b/svx/source/dialog/graphctl.cxx
index d8f3f9facc60..019cf610fcc2 100644
--- a/svx/source/dialog/graphctl.cxx
+++ b/svx/source/dialog/graphctl.cxx
@@ -63,27 +63,6 @@ void GraphCtrlUserCall::Changed( const SdrObject& rObj, SdrUserCallType eType, c
}
}
-GraphCtrl::GraphCtrl( Window* pParent, const WinBits nWinBits ) :
- Control ( pParent, nWinBits ),
- aMap100 ( MAP_100TH_MM ),
- eObjKind ( OBJ_NONE ),
- nPolyEdit ( 0 ),
- bEditMode ( sal_False ),
- bSdrMode ( sal_False ),
- mpAccContext ( NULL ),
- pModel ( NULL ),
- pView ( NULL )
-{
- pUserCall = new GraphCtrlUserCall( *this );
- aUpdateTimer.SetTimeout( 200 );
- aUpdateTimer.SetTimeoutHdl( LINK( this, GraphCtrl, UpdateHdl ) );
- aUpdateTimer.Start();
-
- SetWinStyle( nWinBits );
-
- EnableRTL( sal_False );
-}
-
GraphCtrl::GraphCtrl( Window* pParent, const ResId& rResId ) :
Control ( pParent, rResId ),
aMap100 ( MAP_100TH_MM ),