[Libreoffice-commits] .: cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 14 14:34:38 PST 2012


 cui/source/tabpages/page.src |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8c004e70aa44910d28d27e0b4cf837b3bbb85c5c
Author: Faisal M. Al-Otaibi <fmalotaibi at kacst.edu.sa>
Date:   Wed Nov 14 08:03:36 2012 +0300

    fdo#42558 Re-adding the "None" option to the page numbering
    
    Change-Id: Iedb239232854f185ea0005f745356800788cf0fb

diff --git a/cui/source/tabpages/page.src b/cui/source/tabpages/page.src
index 4504b69..4abc5bc 100644
--- a/cui/source/tabpages/page.src
+++ b/cui/source/tabpages/page.src
@@ -300,6 +300,7 @@ TabPage RID_SVXPAGE_PAGE
             < "a, b, c, ..." ;              1/*SVX_NUM_CHARS_LOWER_LETTER  */; > ;
             < "I, II, III, ..." ;          2/*SVX_NUM_ROMAN_UPPER         */; > ;
             < "i, ii, iii, ..." ;          3/*SVX_NUM_ROMAN_LOWER         */; > ;
+            < "None" ;                      5/*SVX_NUM_NUMBER_NONE         */; > ;
             < "A, .., AA, .., AAA, ..." ;  9/*SVX_NUM_CHARS_UPPER_LETTER_N*/; > ;
             < "a, .., aa, .., aaa, ..." ;  10/*SVX_NUM_CHARS_LOWER_LETTER_N*/; > ;
             < "Native Numbering" ;                      12 /*NATIVE_NUMBERING                   */; > ;


More information about the Libreoffice-commits mailing list