summaryrefslogtreecommitdiff
path: root/sw/source/uibase/misc
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/misc
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/misc')
-rw-r--r--sw/source/uibase/misc/numberingtypelistbox.cxx2
1 files changed, 1 insertions, 1 deletions
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);