summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/numberingtypelistbox.src
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-04-27 18:56:19 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2015-04-27 19:08:57 +0200
commitfa9ac78d0c12b307c401bfede2cb08f89d0a15e3 (patch)
treecccef0b3f7a16d9fd2db679ca42c0c36c9c46415 /sw/source/ui/misc/numberingtypelistbox.src
parentdfec380c3b56ee62c7d9cc1747af5663a0db81fb (diff)
tdf#69316: Sort numbering options meaningfully
+ unify terminology image vs. graphics In an ideal world, those strings wouldn't be duplicated in both sw and cui and change like this would be done in a single place. But there's currently no straightforward way how to share strings between those two ... Change-Id: I5311aca3e7b4070c82cf4f84f96ab1b6eff473c6
Diffstat (limited to 'sw/source/ui/misc/numberingtypelistbox.src')
-rw-r--r--sw/source/ui/misc/numberingtypelistbox.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/misc/numberingtypelistbox.src b/sw/source/ui/misc/numberingtypelistbox.src
index a06c7a93ebac..f7b23ccc1ce9 100644
--- a/sw/source/ui/misc/numberingtypelistbox.src
+++ b/sw/source/ui/misc/numberingtypelistbox.src
@@ -26,6 +26,9 @@ Resource STRRES_NUMTYPES
ItemList [ en-US ] =
{
+ < "None" ; 5/*SVX_NUM_NUMBER_NONE */; > ;
+ < "Bullet" ; 6/*SVX_NUM_CHAR_SPECIAL */; > ;
+ < "Graphics" ; 8/*SVX_NUM_BITMAP */; > ;
< "1, 2, 3, ..." ; 4/*SVX_NUM_ARABIC */; > ;
< "A, B, C, ..." ; 0/*SVX_NUM_CHARS_UPPER_LETTER */; > ;
< "a, b, c, ..." ; 1/*SVX_NUM_CHARS_LOWER_LETTER */; > ;
@@ -33,9 +36,6 @@ Resource STRRES_NUMTYPES
< "i, ii, iii, ..." ; 3/*SVX_NUM_ROMAN_LOWER */; > ;
< "A, .., AA, .., AAA, ..." ; 9/*SVX_NUM_CHARS_UPPER_LETTER_N*/; > ;
< "a, .., aa, .., aaa, ..." ; 10/*SVX_NUM_CHARS_LOWER_LETTER_N*/; > ;
- < "Bullet" ; 6/*SVX_NUM_CHAR_SPECIAL */; > ;
- < "Image" ; 8/*SVX_NUM_BITMAP */; > ;
- < "None" ; 5/*SVX_NUM_NUMBER_NONE */; > ;
< "Native Numbering" ; 12 /*NATIVE_NUMBERING */; > ;
< "А, Б, .., Аа, Аб, ... (Bulgarian)" ; 38 /*CHARS_CYRILLIC_UPPER_LETTER_BG */; > ;
< "а, б, .., аа, аб, ... (Bulgarian)" ; 39 /*CHARS_CYRILLIC_LOWER_LETTER_BG */; > ;