summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-17 12:50:25 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-17 12:50:25 +0000
commit3ff4619b6087c2cdbe021022218f550a37ef74f3 (patch)
tree7f98b72e198a68b463bf1dfae8945af51b560671 /svtools/inc
parent087b1147a0c578b44ebdf13ba170d0b1c9ea3c52 (diff)
INTEGRATION: CWS os34 (1.4.140); FILE MERGED
2004/08/13 11:35:29 iha 1.4.140.2: #i31579# chinese simplified traditional translation - persistent dialog settings 2004/08/13 07:55:31 iha 1.4.140.1: #i31579# chinese simplified traditional translation - persistent dialog settings
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/linguprops.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/svtools/inc/linguprops.hxx b/svtools/inc/linguprops.hxx
index 0ebff086111d..300e7d124cec 100644
--- a/svtools/inc/linguprops.hxx
+++ b/svtools/inc/linguprops.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: linguprops.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-04-27 15:59:19 $
+ * last change: $Author: rt $ $Date: 2004-09-17 13:50:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,6 +100,10 @@
#define UPN_IS_AUTO_CLOSE_DIALOG "IsAutoCloseDialog"
#define UPN_IS_SHOW_ENTRIES_RECENTLY_USED_FIRST "IsShowEntriesRecentlyUsedFirst"
#define UPN_IS_AUTO_REPLACE_UNIQUE_ENTRIES "IsAutoReplaceUniqueEntries"
+#define UPN_IS_DIRECTION_TO_SIMPLIFIED "IsDirectionToSimplified"
+#define UPN_IS_USE_CHARACTER_VARIANTS "IsUseCharacterVariants"
+#define UPN_IS_TRANSLATE_COMMON_TERMS "IsTranslateCommonTerms"
+#define UPN_IS_REVERSE_MAPPING "IsReverseMapping"
// uno property handles
#define UPH_IS_GERMAN_PRE_REFORM 0
@@ -128,6 +132,10 @@
#define UPH_IS_AUTO_CLOSE_DIALOG 27
#define UPH_IS_SHOW_ENTRIES_RECENTLY_USED_FIRST 28
#define UPH_IS_AUTO_REPLACE_UNIQUE_ENTRIES 29
+#define UPH_IS_DIRECTION_TO_SIMPLIFIED 30
+#define UPH_IS_USE_CHARACTER_VARIANTS 31
+#define UPH_IS_TRANSLATE_COMMON_TERMS 32
+#define UPH_IS_REVERSE_MAPPING 33
#endif