summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/transfrm.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2012-09-26 21:20:27 +0200
committerTomaž Vajngerl <quikee@gmail.com>2012-09-26 21:22:41 +0200
commit0cd97e8c33c49a6c44d26ba309493dbfec00eb8d (patch)
treef6fa8a08f4564058eaac2238fff075c5769df9b9 /cui/source/inc/transfrm.hxx
parentdon't access out of bound array index, fdo#55022 (diff)
downloadcore-0cd97e8c33c49a6c44d26ba309493dbfec00eb8d.tar.gz
core-0cd97e8c33c49a6c44d26ba309493dbfec00eb8d.zip
Change the image rotation widget to better looking DialControl
Change-Id: Ie11827a924a5b22d86bad24aa7f14a66b870e90c
Diffstat (limited to 'cui/source/inc/transfrm.hxx')
-rw-r--r--cui/source/inc/transfrm.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx
index 0081d58acba6..35196b1905a7 100644
--- a/cui/source/inc/transfrm.hxx
+++ b/cui/source/inc/transfrm.hxx
@@ -29,6 +29,7 @@
#define _SVX_TRANSFRM_HXX
#include <svx/dlgctrl.hxx>
+#include <svx/dialcontrol.hxx>
#include <vcl/fixed.hxx>
@@ -205,9 +206,9 @@ private:
FixedLine aFlAngle;
FixedText aFtAngle;
- MetricField aMtrAngle;
+ NumericField maNfAngle;
FixedText aFtAnglePresets;
- SvxRectCtl aCtlAngle;
+ svx::DialControl aCtlAngle;
const SfxItemSet& rOutAttrs;
const SdrView* pView;
@@ -218,10 +219,7 @@ private:
SfxMapUnit ePoolUnit;
FieldUnit eDlgUnit;
- //------------------------------------
-#if _SOLAR__PRIVATE
- DECL_LINK( ModifiedHdl, void * );
-#endif
+
public:
SvxAngleTabPage( Window* pParent, const SfxItemSet& rInAttrs );