summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2017-12-05 13:54:29 +0400
committerYousuf Philips <philipz85@hotmail.com>2017-12-16 12:47:26 +0100
commitaf44ee8991691b9a971901b3de36fa0e1253eac9 (patch)
tree3956f9b19b10f74daf397df1b879a14e113923f6 /sw/source/core
parent95efc0b875f3fd3152da051f27ded52e048151bf (diff)
tdf#106988 New names for the new numbering styles
Change-Id: Ibc93aaa552652d61ac49652cf0ac5fcb68b48a12 Reviewed-on: https://gerrit.libreoffice.org/37995 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 74c527abc0f3b5aa0fa179401ad05a79dc889973) Reviewed-on: https://gerrit.libreoffice.org/46147 Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/doc/SwStyleNameMapper.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/doc/SwStyleNameMapper.cxx b/sw/source/core/doc/SwStyleNameMapper.cxx
index 367fb68d7a6b..c3d3faf55c73 100644
--- a/sw/source/core/doc/SwStyleNameMapper.cxx
+++ b/sw/source/core/doc/SwStyleNameMapper.cxx
@@ -289,11 +289,11 @@ const struct SwTableEntry PageDescProgNameTable [] =
const struct SwTableEntry NumRuleProgNameTable [] =
{
- ENTRY( "Numbering 1" ), // STR_POOLNUMRULE_PRGM_NUM1
- ENTRY( "Numbering 2" ),
- ENTRY( "Numbering 3" ),
- ENTRY( "Numbering 4" ),
- ENTRY( "Numbering 5" ),
+ ENTRY( "Numbering 123" ), // STR_POOLNUMRULE_PRGM_NUM1
+ ENTRY( "Numbering ABC" ),
+ ENTRY( "Numbering abc" ),
+ ENTRY( "Numbering IVX" ),
+ ENTRY( "Numbering ivx" ),
ENTRY( "List 1" ),
ENTRY( "List 2" ),
ENTRY( "List 3" ),