summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/XTransliteration.idl
diff options
context:
space:
mode:
authorBustamam Harun <bustamam@openoffice.org>2001-01-08 23:32:46 +0000
committerBustamam Harun <bustamam@openoffice.org>2001-01-08 23:32:46 +0000
commit1b1a23b18f9c5f5e413b965b2108d02e58ab5f09 (patch)
tree7a35db07ea04e90f9197ef4aea542e130c858263 /offapi/com/sun/star/i18n/XTransliteration.idl
parented905b8df08703407ab59ddf5f647ad7712a84d5 (diff)
Checkin Naomi's changes
Diffstat (limited to 'offapi/com/sun/star/i18n/XTransliteration.idl')
-rw-r--r--offapi/com/sun/star/i18n/XTransliteration.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/offapi/com/sun/star/i18n/XTransliteration.idl b/offapi/com/sun/star/i18n/XTransliteration.idl
index 9f5056104f24..bcaf9615d9b6 100644
--- a/offapi/com/sun/star/i18n/XTransliteration.idl
+++ b/offapi/com/sun/star/i18n/XTransliteration.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTransliteration.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: bustamam $ $Date: 2000-11-19 00:34:22 $
+ * last change: $Author: bustamam $ $Date: 2001-01-09 00:32:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,6 +171,8 @@ enum TransliterationModules
ignoreProlongedSoundMark_ja_JP = 0x02000000,
ignoreMiddleDot_ja_JP = 0x04000000,
ignoreSpace_ja_JP = 0x08000000,
+ smallToLarge_ja_JP = 0x10000000,
+ largeToSmall_ja_JP = 0x20000000,
END_OF_MODULE = 0
};