summaryrefslogtreecommitdiff
path: root/sw/source/uibase/fldui
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-12-13 19:21:32 +0100
committerEike Rathke <erack@redhat.com>2016-12-13 19:21:37 +0100
commita9a5b95de8cf0005476a375b0e4038283f03b818 (patch)
tree7a45f901fc01868b395126bce387187c0661e6bc /sw/source/uibase/fldui
parent97490635ef1b383b8c9759653edb4836015ba6d2 (diff)
rename to numberingtype instead of pagenumbering
... because that now is what it is about, it's just used in page numbering as well. Change-Id: I5516b6babcd5438b6505d189943c21abfbe35a7e
Diffstat (limited to 'sw/source/uibase/fldui')
-rw-r--r--sw/source/uibase/fldui/fldmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/fldui/fldmgr.cxx b/sw/source/uibase/fldui/fldmgr.cxx
index 600b544999ab..38e8f16a8ee0 100644
--- a/sw/source/uibase/fldui/fldmgr.cxx
+++ b/sw/source/uibase/fldui/fldmgr.cxx
@@ -594,7 +594,7 @@ OUString SwFieldMgr::GetFormatStr(sal_uInt16 nTypeId, sal_uLong nFormatId) const
{
if(xNumberingInfo.is())
{
- ResStringArray aNames( SVX_RES( RID_SVXSTRARY_PAGE_NUMBERING ));
+ ResStringArray aNames( SVX_RES( RID_SVXSTRARY_NUMBERINGTYPE ));
Sequence<sal_Int16> aTypes = xNumberingInfo->getSupportedNumberingTypes();
const sal_Int16* pTypes = aTypes.getConstArray();