diff options
author | eXine <exine@jun.pl> | 2010-11-02 18:14:23 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-11-02 15:36:40 -0400 |
commit | c7a9ecc816d284eb2088dc86fa2c7355137b514b (patch) | |
tree | 027bc6eb5fd9e37eb6a6261d3f3b5783ba2f9a3f /cui/source/inc/transfrm.hxx | |
parent | f4ec11f0e79e5c618850925d1f17e0f8396ef10c (diff) |
cui: more fixes of dead code, bogus and German
Diffstat (limited to 'cui/source/inc/transfrm.hxx')
-rw-r--r-- | cui/source/inc/transfrm.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx index 6083a0d56..9e4d093fa 100644 --- a/cui/source/inc/transfrm.hxx +++ b/cui/source/inc/transfrm.hxx @@ -149,8 +149,6 @@ private: DECL_LINK( ChangeSizeProtectHdl, void * ); DECL_LINK( ChangePosXHdl, void * ); DECL_LINK( ChangePosYHdl, void * ); -// DECL_LINK( SetAnchorHdl, ListBox * ); -// DECL_LINK( SetOrientHdl, ListBox * ); void SetMinMaxPosition(); void GetTopLeftPosition(double& rfX, double& rfY, const basegfx::B2DRange& rRange); @@ -183,7 +181,6 @@ public: void Construct(); void SetView( const SdrView* pSdrView ) { mpView = pSdrView; } -// void ShowAnchorCtrls(USHORT nAnchorCtrls); // Writer-spezifische Controls anzeigen virtual void FillUserData(); void DisableResize(); @@ -263,11 +260,9 @@ private: FixedLine aFlRadius; FixedText aFtRadius; MetricField aMtrRadius; - //TriStateBox aTsbVertical; FixedLine aFlAngle; FixedText aFtAngle; MetricField aMtrAngle; - //SvxRectCtl aCtlAngle; const SfxItemSet& rOutAttrs; |