summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-17 12:52:59 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-17 12:52:59 +0000
commitf31c378c00345f1998f8450b41ef0ef33a648592 (patch)
treede661e6370765f2dc4db8f43acf12004b9561377 /sc
parentf1d0b8b3668be4a0e0eefd1eefe982ee94c7d150 (diff)
INTEGRATION: CWS os34 (1.5.2); FILE MERGED
2004/08/06 14:42:46 tl 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2004/08/04 13:46:22 tl 1.5.2.1: #i30302# simplified/traditional Chinese conversion
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/viewutil.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/inc/viewutil.hxx b/sc/source/ui/inc/viewutil.hxx
index c6dcc25899c7..ff7b3f126b42 100644
--- a/sc/source/ui/inc/viewutil.hxx
+++ b/sc/source/ui/inc/viewutil.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewutil.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2004-09-09 09:30:16 $
+ * last change: $Author: rt $ $Date: 2004-09-17 13:52:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,7 +90,8 @@ enum ScUpdateMode { SC_UPDATE_ALL, SC_UPDATE_CHANGED, SC_UPDATE_MARKS };
enum ScConversionType
{
SC_CONVERSION_SPELLCHECK, /// Spell checker.
- SC_CONVERSION_HANGULHANJA /// Hangul-Hanja converter.
+ SC_CONVERSION_HANGULHANJA, /// Hangul-Hanja converter.
+ SC_CONVERSION_CHINESE_TRANSLATION /// Chinese simplified/traditional converter.
};
// ---------------------------------------------------------------------------