summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/transfrm.hxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2013-08-19 22:06:31 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-08-20 13:11:09 +0000
commit6abf5a706ff49c996dd3c608939481fa8eccd5f7 (patch)
tree078e9c929ae396906b5c22eceb37cae40b0eebb4 /cui/source/inc/transfrm.hxx
parent[TOOD|TOODO]->TODO (diff)
downloadcore-6abf5a706ff49c996dd3c608939481fa8eccd5f7.tar.gz
core-6abf5a706ff49c996dd3c608939481fa8eccd5f7.zip
Convert position and size dialog to widget UI
Change-Id: I283667cd21fee7dd905c5353245317ed90102c96 Reviewed-on: https://gerrit.libreoffice.org/5524 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/transfrm.hxx')
-rw-r--r--cui/source/inc/transfrm.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx
index 5b3138a29507..ab5e9f20373e 100644
--- a/cui/source/inc/transfrm.hxx
+++ b/cui/source/inc/transfrm.hxx
@@ -46,10 +46,14 @@ const sal_uInt16 SVX_OBJ_NOPROTECT = 0x0200;
class SvxTransformTabDialog : public SfxTabDialog
{
+ sal_uInt16 nPosSize;
+ sal_uInt16 nSWPosSize;
+ sal_uInt16 nRotation;
+ sal_uInt16 nSlant;
private:
const SdrView* pView;
- sal_uInt16 nAnchorCtrls;
+ sal_uInt16 nAnchorCtrls;
Link aValidateLink;
virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage );