summaryrefslogtreecommitdiff
path: root/sw/source/uibase/table
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-12-04 20:19:28 +0100
committerKatarina Behrens <Katarina.Behrens@cib.de>2017-12-09 09:45:22 +0100
commit686e55d9e87b8dd7a3cfe22f9a6df9c77de3ce09 (patch)
treea50b8e17ce887e94aae4c1d1343a4f7033789f14 /sw/source/uibase/table
parentccc4a306ef8b7db1d2bc8a48cfdec896084b8839 (diff)
tdf#113959 Use svxlo-FrameDirectionListBox instead of ListBox
To reduce the number of translatable stings Change-Id: I1aeea6767d3389dd24a5bf8b074817ef601502a7 Reviewed-on: https://gerrit.libreoffice.org/45823 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sw/source/uibase/table')
-rw-r--r--sw/source/uibase/table/tablepg.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/uibase/table/tablepg.hxx b/sw/source/uibase/table/tablepg.hxx
index 3ba5eba9a900..23fc72dca155 100644
--- a/sw/source/uibase/table/tablepg.hxx
+++ b/sw/source/uibase/table/tablepg.hxx
@@ -25,6 +25,7 @@
#include <actctrl.hxx>
#include <prcntfld.hxx>
#include <swtypes.hxx>
+#include <svx/frmdirlbox.hxx>
class SwWrtShell;
class SwTableRep;
@@ -58,7 +59,7 @@ class SwFormatTablePage : public SfxTabPage
VclPtr<FixedText> m_pBottomFT;
VclPtr<MetricField> m_pBottomMF;
- VclPtr<ListBox> m_pTextDirectionLB;
+ VclPtr<svx::FrameDirectionListBox> m_pTextDirectionLB;
SwTableRep* pTableData;
SwTwips nSaveWidth;