From f7713d29ff423bea7faa42d6b7c97ae3103b7145 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 17 Sep 2004 12:44:18 +0000 Subject: INTEGRATION: CWS os34 (1.49.92); FILE MERGED 2004/09/16 17:39:34 tl 1.49.92.3: RESYNC: (1.50-1.53); FILE MERGED 2004/08/06 13:57:09 tl 1.49.92.2: RESYNC: (1.49-1.50); FILE MERGED 2004/07/27 14:02:04 tl 1.49.92.1: #i30303# implementation of simplified/traditional Chinese conversion --- svx/sdi/svx.sdi | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'svx/sdi') diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 811650013c86..a37d390d95f4 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -2,9 +2,9 @@ * * $RCSfile: svx.sdi,v $ * - * $Revision: 1.54 $ + * $Revision: 1.55 $ * - * last change: $Author: rt $ $Date: 2004-09-09 10:20:59 $ + * last change: $Author: rt $ $Date: 2004-09-17 13:44:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -12134,6 +12134,31 @@ SfxVoidItem HangulHanjaConversion SID_HANGUL_HANJA_CONVERSION GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- +SfxVoidItem ChineseConversion SID_CHINESE_CONVERSION +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_OPTIONS; +] +//-------------------------------------------------------------------------- + SvxColumnItem RulerRows SID_RULER_ROWS [ /* flags: */ -- cgit