summaryrefslogtreecommitdiff
path: root/sw/inc/docufld.hxx
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2018-05-18 16:54:15 +0200
committerLászló Németh <nemeth@numbertext.org>2018-05-22 10:00:41 +0200
commit3bac2853374303edb38815842ce494daa1614764 (patch)
tree5ff605ef551cf1083634ed4a9b23e27712c991ec /sw/inc/docufld.hxx
parentce005c88e2054ea06e1667195bf6585efc4961ae (diff)
tdf#117171 support localized page number numbering styles
in ordinal and cardinal number names and ordinal indicators. Change-Id: I35fa9c5c31b31f112ac0bb7feb5d310daca819e1 Reviewed-on: https://gerrit.libreoffice.org/54553 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r--sw/inc/docufld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx
index db58e2dd2f49..28dc230ce8fb 100644
--- a/sw/inc/docufld.hxx
+++ b/sw/inc/docufld.hxx
@@ -131,7 +131,7 @@ public:
SwPageNumberFieldType();
OUString Expand( SvxNumType nFormat, short nOff, sal_uInt16 const nPageNumber,
- sal_uInt16 const nMaxPage, const OUString& ) const;
+ sal_uInt16 const nMaxPage, const OUString&, LanguageType = LANGUAGE_NONE ) const;
void ChangeExpansion( SwDoc* pDoc,
bool bVirtPageNum, const SvxNumType* pNumFormat );
virtual SwFieldType* Copy() const override;