Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1798D445 for ; Wed, 10 Oct 2012 22:24:21 +0000 (UTC) Received: (qmail 67406 invoked by uid 500); 10 Oct 2012 22:24:21 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 67363 invoked by uid 500); 10 Oct 2012 22:24:21 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 67353 invoked by uid 99); 10 Oct 2012 22:24:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 22:24:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 22:24:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 62DE923888FE; Wed, 10 Oct 2012 22:23:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1396833 - /incubator/ooo/trunk/main/offapi/com/sun/star/style/NumberingType.idl Date: Wed, 10 Oct 2012 22:23:34 -0000 To: ooo-commits@incubator.apache.org From: arielch@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121010222334.62DE923888FE@eris.apache.org> Author: arielch Date: Wed Oct 10 22:23:33 2012 New Revision: 1396833 URL: http://svn.apache.org/viewvc?rev=1396833&view=rev Log: #i121197# - Scape non-ASCII chars from css.style.NumberingType Patch by: Tsutomu Uchino Review by: arielch Modified: incubator/ooo/trunk/main/offapi/com/sun/star/style/NumberingType.idl Modified: incubator/ooo/trunk/main/offapi/com/sun/star/style/NumberingType.idl URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/offapi/com/sun/star/style/NumberingType.idl?rev=1396833&r1=1396832&r2=1396833&view=diff ============================================================================== --- incubator/ooo/trunk/main/offapi/com/sun/star/style/NumberingType.idl (original) +++ incubator/ooo/trunk/main/offapi/com/sun/star/style/NumberingType.idl Wed Oct 10 22:23:33 2012 @@ -117,7 +117,7 @@ published constants NumberingType //------------------------------------------------------------------------- /** Numbering for Chinese lower case number - as "一,二,三..." + as "一,二,三..." */ const short NUMBER_LOWER_ZH = 15; @@ -133,13 +133,13 @@ published constants NumberingType //------------------------------------------------------------------------- /** 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; @@ -170,43 +170,43 @@ published constants NumberingType //------------------------------------------------------------------------- /** 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 */