summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:38:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:38:06 +0000
commit4105b8cac93c4bb8e3142de5d31d1502a65999c9 (patch)
tree2a727afedd6927e4531c0c64bcba2de2a2a4ba07
parenta260904bdf55de34d7487b05ee4ca8133af97bf5 (diff)
INTEGRATION: CWS warnings01 (1.5.18); FILE MERGED
2005/09/23 14:45:37 sb 1.5.18.1: #i53898# Stricter error checking in idlc revealed an illegal use of an integral constant.
-rw-r--r--offapi/com/sun/star/i18n/TransliterationModules.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/i18n/TransliterationModules.idl b/offapi/com/sun/star/i18n/TransliterationModules.idl
index 4744bd21fac1..3b9e5dd62758 100644
--- a/offapi/com/sun/star/i18n/TransliterationModules.idl
+++ b/offapi/com/sun/star/i18n/TransliterationModules.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: TransliterationModules.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 01:53:02 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:38:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -74,7 +74,7 @@ published enum TransliterationModules
/// Transliterate an ascii number string to formal Korean Hanja upper case number string in spellout format
NumToTextFormalUpper_ko = 13,
NON_IGNORE_MASK = 0x000000ff,
- IGNORE_MASK = 0xffffff00,
+ IGNORE_MASK = -0x100,
/// Ignore case when comparing strings by transliteration service
IGNORE_CASE = 0x00000100,
/// Ignore Hiragana and Katakana when comparing strings by transliteration service