summaryrefslogtreecommitdiff
path: root/cui/source/inc/transfrm.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-18 15:00:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-19 17:20:42 +0200
commit94da3afddd21ee1ca437132466995eb59a6bc05b (patch)
tree372b62ed97be13444c1206f6e3b4e34f1a23f7fe /cui/source/inc/transfrm.hxx
parentefd0a2dd23fbc069ac829167f7d9ed2e1ce88cfc (diff)
rename RectCtl back to SvxRectCtl
Change-Id: I4adde35b198d45fed09d837de5c1370d2a879f4b Reviewed-on: https://gerrit.libreoffice.org/60715 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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx
index 95c137a2b051..0a9140e458dd 100644
--- a/cui/source/inc/transfrm.hxx
+++ b/cui/source/inc/transfrm.hxx
@@ -92,10 +92,10 @@ private:
// #i75273#
double mfOldWidth;
double mfOldHeight;
- RectPoint meRP;
+ RectPoint meRP;
- RectCtl m_aCtlPos;
- RectCtl m_aCtlSize;
+ SvxRectCtl m_aCtlPos;
+ SvxRectCtl m_aCtlSize;
// position
std::unique_ptr<weld::Widget> m_xFlPosition;
@@ -183,7 +183,7 @@ private:
FieldUnit eDlgUnit;
svx::SvxDialControl m_aCtlAngle;
- RectCtl m_aCtlRect;
+ SvxRectCtl m_aCtlRect;
std::unique_ptr<weld::Widget> m_xFlPosition;
std::unique_ptr<weld::MetricSpinButton> m_xMtrPosX;