[Libreoffice-commits] core.git: svx/source
Eike Rathke
erack at redhat.com
Tue Dec 13 22:20:47 UTC 2016
svx/source/dialog/numberingtype.src | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 3bd6a8c21ff325b77fb2805158115145edf5ffb5
Author: Eike Rathke <erack at redhat.com>
Date: Tue Dec 13 23:18:18 2016 +0100
add NUMBER_HEBREW and CHARS_HEBREW to RID_SVXSTRARY_NUMBERINGTYPE
So now we have listed all that are in
cui/uiconfig/ui/numberingoptionspage.ui liststore1 as well.
Change-Id: Ia0617c0d70af474eec9e57fc5040bb53736e3b7b
diff --git a/svx/source/dialog/numberingtype.src b/svx/source/dialog/numberingtype.src
index 4953411..eac9caf 100644
--- a/svx/source/dialog/numberingtype.src
+++ b/svx/source/dialog/numberingtype.src
@@ -49,6 +49,8 @@ StringArray RID_SVXSTRARY_NUMBERINGTYPE
< "а, б, .., аа, бб, ... (Serbian)" ; 51 /*CHARS_CYRILLIC_LOWER_LETTER_N_SR */; > ;
< "Α, Β, Γ, ... (Greek Upper Letter)"; 52 /*CHARS_GREEK_UPPER_LETTER */; > ;
< "α, β, γ, ... (Greek Lower Letter)"; 53 /*CHARS_GREEK_LOWER_LETTER */; > ;
+ < "א...י, יא...כ, ..." ; 56 /*NUMBER_HEBREW */; > ;
+ < "א...ת, אא...תת, ..." ; 33 /*CHARS_HEBREW */; > ;
};
};
More information about the Libreoffice-commits
mailing list