summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/transfrm.hxx
diff options
context:
space:
mode:
authoreXine <exine@jun.pl>2010-11-02 18:14:23 +0100
committerKohei Yoshida <kyoshida@novell.com>2010-11-02 15:36:40 -0400
commitda94b0462bee31be2a9f09c7b13ebd0cf0255945 (patch)
tree5c08245fa0eddd80e5f9bac0b9682905e8621dfd /cui/source/inc/transfrm.hxx
parentremoved unnecessary comments and whitespaces, dead code (diff)
downloadcore-da94b0462bee31be2a9f09c7b13ebd0cf0255945.tar.gz
core-da94b0462bee31be2a9f09c7b13ebd0cf0255945.zip
cui: more fixes of dead code, bogus and German
Diffstat (limited to 'cui/source/inc/transfrm.hxx')
-rw-r--r--cui/source/inc/transfrm.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx
index 8c427bef17d1..acb77178de36 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;