summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/page.cxx
diff options
context:
space:
mode:
authorSusobhan Ghosh <susobhang70@gmail.com>2016-06-22 13:54:50 +0530
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-07-08 14:09:01 +0000
commitaf69de6344d94f4fe3f469d425fe8c0117ab33cd (patch)
tree2caa49ab02749916a01782f85e351f8f43cfda73 /cui/source/tabpages/page.cxx
parent1c39db584f9f1877a9fa5ce00e8d19dd997d8078 (diff)
Use PageNumberListBox in cui
Change-Id: Id7e71ade1946b5f33701a71073f1cc5a7870af6a Reviewed-on: https://gerrit.libreoffice.org/26564 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'cui/source/tabpages/page.cxx')
-rw-r--r--cui/source/tabpages/page.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx
index afb4f0d007ea..65bc2d1ddc96 100644
--- a/cui/source/tabpages/page.cxx
+++ b/cui/source/tabpages/page.cxx
@@ -59,7 +59,7 @@
#include <svx/xdef.hxx>
#include <svx/unobrushitemhelper.hxx>
-#include <numpages.hxx>
+#include <svx/SvxNumOptionsTabPageHelper.hxx>
// static ----------------------------------------------------------------
@@ -349,7 +349,7 @@ SvxPageDescPage::SvxPageDescPage( vcl::Window* pParent, const SfxItemSet& rAttr
m_pBottomMarginEdit->SetLast(m_pBottomMarginEdit->Normalize(aDrawinglayerOpt.GetMaximumPaperBottomMargin()), FUNIT_MM);
// Get the i18n framework numberings and add them to the listbox.
- SvxNumOptionsTabPage::GetI18nNumbering( *m_pNumberFormatBox, ::std::numeric_limits<sal_uInt16>::max());
+ SvxNumOptionsTabPageHelper::GetI18nNumbering( *m_pNumberFormatBox, ::std::numeric_limits<sal_uInt16>::max());
}