summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/transfrm.hxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2013-08-18 22:41:40 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-08-19 10:20:52 +0000
commitbe49b8052489b788046d7250ed851408be759900 (patch)
tree1887dec87cffe4d948eb24d51d12500acc864593 /cui/source/inc/transfrm.hxx
parentdrop unused help ids (diff)
downloadcore-be49b8052489b788046d7250ed851408be759900.tar.gz
core-be49b8052489b788046d7250ed851408be759900.zip
Convert slant & Corner radius tabpage to Widget UI
Conflicts: cui/source/inc/helpid.hrc Change-Id: Id0a51421e7d6cb7e0d0265f88de31ff3d9c574ec Reviewed-on: https://gerrit.libreoffice.org/5505 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.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx
index bc474fca950c..a3754180456a 100644
--- a/cui/source/inc/transfrm.hxx
+++ b/cui/source/inc/transfrm.hxx
@@ -230,12 +230,10 @@ class SvxSlantTabPage : public SvxTabPage
using TabPage::DeactivatePage;
private:
- FixedLine aFlRadius;
- FixedText aFtRadius;
- MetricField aMtrRadius;
- FixedLine aFlAngle;
- FixedText aFtAngle;
- MetricField aMtrAngle;
+ VclFrame* m_pFlRadius;
+ MetricField* m_pMtrRadius;
+ VclFrame* m_pFlAngle;
+ MetricField* m_pMtrAngle;
const SfxItemSet& rOutAttrs;