summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/frmpage.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-12-10 15:31:02 +0100
committerKatarina Behrens <Katarina.Behrens@cib.de>2017-12-12 14:44:57 +0100
commit9807290ccb87c0901a53f885a81a6aab93181f1d (patch)
tree697e76e9652cdda51eeaa3f3788bdb784f1afc22 /sw/source/uibase/inc/frmpage.hxx
parent4fe154d6e068aa9accdb64e8ebd4d1491b6c94f9 (diff)
tdf#113959 Use svxlo-FrameDirectionListBox instead of ListBox
Final part. Here frmaddpage.ui is migrated, but to reuse the 2 other strings we need to shake up their original place in page.cxx Now all the stings are moved to svx and occur only once in the code base. Change-Id: I8b3942f96d43bf8d6f054c8410c3781bcefc3ccc Reviewed-on: https://gerrit.libreoffice.org/46189 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sw/source/uibase/inc/frmpage.hxx')
-rw-r--r--sw/source/uibase/inc/frmpage.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/frmpage.hxx b/sw/source/uibase/inc/frmpage.hxx
index ddd3261fc82f..50ed7200295d 100644
--- a/sw/source/uibase/inc/frmpage.hxx
+++ b/sw/source/uibase/inc/frmpage.hxx
@@ -32,6 +32,7 @@
#include "prcntfld.hxx"
#include <globals.hrc>
#include <svx/dialcontrol.hxx>
+#include <svx/frmdirlbox.hxx>
namespace sfx2{class FileDialogHelper;}
class SwWrtShell;
@@ -300,7 +301,7 @@ class SwFrameAddPage : public SfxTabPage
VclPtr<CheckBox> m_pEditInReadonlyCB;
VclPtr<CheckBox> m_pPrintFrameCB;
VclPtr<FixedText> m_pTextFlowFT;
- VclPtr<ListBox> m_pTextFlowLB;
+ VclPtr<svx::FrameDirectionListBox> m_pTextFlowLB;
SwWrtShell* m_pWrtSh;