summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-12-21 01:42:15 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2011-12-21 12:32:12 +0100
commitd73d329bf1a114bb5e26742245aac9abb6dae269 (patch)
tree797ab55a99fa12dfbd486aaf6d7b4772f1c95f08 /svx/inc
parent070eff8cf1ad7763b8b730336f11032893b77049 (diff)
callcatcher: remove unused classes
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/dlgctrl.hxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/svx/inc/svx/dlgctrl.hxx b/svx/inc/svx/dlgctrl.hxx
index 1e1f11a9c7ec..8471b502f1ae 100644
--- a/svx/inc/svx/dlgctrl.hxx
+++ b/svx/inc/svx/dlgctrl.hxx
@@ -135,30 +135,6 @@ public:
};
/*************************************************************************
-|* Control for display and selecton of the angle of the corner points
-|* of an object
-\************************************************************************/
-
-class SvxAngleCtl : public SvxRectCtl
-{
-private:
- void Initialize();
-
-protected:
- Font aFont;
- Size aFontSize;
- sal_Bool bPositive;
-
-public:
- SvxAngleCtl( Window* pParent, const ResId& rResId );
- SvxAngleCtl( Window* pParent, const ResId& rResId, Size aSize );
-
- void ChangeMetric()
- { bPositive = !bPositive; }
- virtual void Paint( const Rectangle& rRect );
-};
-
-/*************************************************************************
|* Preview control for the display of bitmaps
\************************************************************************/