diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-10-10 21:23:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-19 10:11:08 +0100 |
commit | 4a4589e5bc2d8c159d1fbf7fb1ca218faae401d8 (patch) | |
tree | 93d8f8884e905471874afc535f077b34863d99f5 /offapi | |
parent | 06d86e36a3a192484deee8da08e28509827a2272 (diff) |
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
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/NumberingType.idl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl index 2058733d1fc2..c5f75167197b 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 */ |