[Libreoffice-commits] core.git: offapi/com

Ariel Constenla-Haile arielch at apache.org
Fri Apr 19 02:11:28 PDT 2013


 offapi/com/sun/star/style/NumberingType.idl |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 4a4589e5bc2d8c159d1fbf7fb1ca218faae401d8
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Oct 10 21:23:33 2012 +0000

    Resolves: #i121197# Escape non-ASCII chars from css.style.NumberingType
    
    Patch by: Tsutomu Uchino
    Review by: arielch
    
    (cherry picked from commit 6970569ca1e0adf78ac34a5fbab434f5026d3a89)
    
    Conflicts:
    	offapi/com/sun/star/style/NumberingType.idl
    
    Change-Id: I9375377c4fb15f871beb46ae96b107bb1296b6b6

diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl
index 2058733..c5f7516 100644
--- a/offapi/com/sun/star/style/NumberingType.idl
+++ b/offapi/com/sun/star/style/NumberingType.idl
@@ -95,7 +95,7 @@ published constants NumberingType
     const short CIRCLE_NUMBER = 14;
 
     /** Numbering for Chinese lower case number
-        as "一,二,三..."
+        as "一,二,三..."
      */
     const short NUMBER_LOWER_ZH = 15;
 
@@ -108,12 +108,12 @@ published constants NumberingType
     const short NUMBER_UPPER_ZH_TW = 17;
 
     /** Bullet for Chinese Tian Gan
-        as "甲,乙,丙..."
+        as "甲,乙,丙..."
      */
     const short TIAN_GAN_ZH = 18;
 
     /** Bullet for Chinese Di Zi
-        as "子,丑,寅..."
+        as "子,丑,寅..."
      */
     const short DI_ZI_ZH = 19;
 
@@ -138,37 +138,37 @@ published constants NumberingType
     const short IROHA_HALFWIDTH_JA = 24;
 
     /** Numbering for Korean upper case number
-        as "壹,貳,參..."
+        as "壹,貳,參..."
      */
     const short NUMBER_UPPER_KO = 25;
 
     /** Numbering for Korean Hangul number
-        as "일,이,삼..."
+        as "일,이,삼..."
      */
     const short NUMBER_HANGUL_KO = 26;
 
     /** Bullet for Korean Hangul Jamo
-        as "ㄱ,ㄴ,ㄷ..."
+        as "ㄱ,ㄴ,ㄷ..."
      */
     const short HANGUL_JAMO_KO = 27;
 
     /** Bullet for Korean Hangul Syllable
-        as "가,나,다..."
+        as "가,나,다..."
      */
     const short HANGUL_SYLLABLE_KO = 28;
 
     /** Bullet for Korean Hangul Circled Jamo
-        as "㉠,㉡,㉢..."
+        as "㉠,㉡,㉢..."
      */
     const short HANGUL_CIRCLED_JAMO_KO = 29;
 
     /** Bullet for Korean Hangul Circled Syllable
-        as "㉮,㉯,㉰..."
+        as "㉮,㉯,㉰..."
      */
     const short HANGUL_CIRCLED_SYLLABLE_KO = 30;
 
     /** Numbering in Arabic alphabet letters
-        as "أ,ب,ت..."
+        as "أ,ب,ت..."
 
         @since OOo 1.1.2
      */


More information about the Libreoffice-commits mailing list