diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-25 15:36:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-25 17:20:31 +0100 |
commit | 892a7be963f5ffdb5af86a9de1cf8a613fbdc162 (patch) | |
tree | fad8ae447fea44c295abe8d5b74562659b655793 /cui/source | |
parent | d61fc0b8946eba921d6b9c6d5fcd76fca83c85d7 (diff) |
Resolves: fdo#83010 remove svx::WrapField
in favour of a wrap property on NumericField
Change-Id: I62c6bdb69a16f37ae6018a2fe41070fb18dbe4a0
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/inc/align.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/inc/align.hxx b/cui/source/inc/align.hxx index bb249b5822ce..fb5e07ee9338 100644 --- a/cui/source/inc/align.hxx +++ b/cui/source/inc/align.hxx @@ -45,7 +45,6 @@ #include <sfx2/tabdlg.hxx> #include <svtools/valueset.hxx> #include <svx/dialcontrol.hxx> -#include <svx/wrapfield.hxx> #include <svx/frmdirlbox.hxx> namespace svx { @@ -86,7 +85,7 @@ private: DialControl* m_pCtrlDial; FixedText* m_pFtRotate; - WrapField* m_pNfRotate; + NumericField* m_pNfRotate; FixedText* m_pFtRefEdge; ValueSet* m_pVsRefEdge; TriStateBox* m_pCbStacked; |