From a9a5b95de8cf0005476a375b0e4038283f03b818 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 13 Dec 2016 19:21:32 +0100 Subject: 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 --- sw/source/uibase/fldui/fldmgr.cxx | 2 +- sw/source/uibase/misc/numberingtypelistbox.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source') 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 aTypes = xNumberingInfo->getSupportedNumberingTypes(); const sal_Int16* pTypes = aTypes.getConstArray(); diff --git a/sw/source/uibase/misc/numberingtypelistbox.cxx b/sw/source/uibase/misc/numberingtypelistbox.cxx index 32b4eff4b689..b8a4114e8011 100644 --- a/sw/source/uibase/misc/numberingtypelistbox.cxx +++ b/sw/source/uibase/misc/numberingtypelistbox.cxx @@ -89,7 +89,7 @@ void SwNumberingTypeListBox::Reload(SwInsertNumTypes nTypeFlags) pTypes = aTypes.getConstArray(); } } - ResStringArray aNames( SVX_RES( RID_SVXSTRARY_PAGE_NUMBERING )); + ResStringArray aNames( SVX_RES( RID_SVXSTRARY_NUMBERINGTYPE )); for(size_t i = 0; i < aNames.Count(); i++) { sal_IntPtr nValue = aNames.GetValue(i); -- cgit