summaryrefslogtreecommitdiff
path: root/sw/sdi/drwtxtsh.sdi
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 15:23:44 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 15:23:44 +0000
commit23159097712ba68ef5c353f83f0cf15fd1c1aa27 (patch)
tree7e101e497a7f800e14ac191995421b4464f61f4b /sw/sdi/drwtxtsh.sdi
parent50c6c55a0e99e8c5ac3480bfd51b5c833f6b8ce4 (diff)
INTEGRATION: CWS langstatusbar (1.17.480); FILE MERGED
2007/10/24 09:02:14 tl 1.17.480.2: #i77208# new language status-abr control 2007/08/09 10:47:35 tl 1.17.480.1: #i77208# new language status-bar control
Diffstat (limited to 'sw/sdi/drwtxtsh.sdi')
-rw-r--r--sw/sdi/drwtxtsh.sdi16
1 files changed, 13 insertions, 3 deletions
diff --git a/sw/sdi/drwtxtsh.sdi b/sw/sdi/drwtxtsh.sdi
index 67a2600551ed..2d88d6c4bc64 100644
--- a/sw/sdi/drwtxtsh.sdi
+++ b/sw/sdi/drwtxtsh.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: drwtxtsh.sdi,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2006-05-02 15:16:17 $
+ * last change: $Author: ihi $ $Date: 2007-11-23 16:23:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -294,6 +294,11 @@ interface TextDrawText
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_CHAR_DLG_FOR_PARAGRAPH
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
SID_PARA_DLG // api:
[
@@ -506,6 +511,12 @@ interface TextDrawText
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_LANGUAGE_STATUS
+ [
+ ExecMethod = Execute;
+ StateMethod = GetState;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; // e.g. disable for read-only documents
+ ]
}
interface TextDrawFont
@@ -583,4 +594,3 @@ shell SwDrawTextShell
import TextDrawFont ".DrawFont";
}
-