summaryrefslogtreecommitdiff
path: root/sw/sdi/drwtxtsh.sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-06 10:30:37 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-06 10:30:37 +0000
commitccb6242ef4ccd39cb5fed802f216b594ec95b947 (patch)
tree07b421b83e59fde2d955c5c7cb13158b7269c2a3 /sw/sdi/drwtxtsh.sdi
parent7f159a951dafe158f00b6ac390b4e5f507538be6 (diff)
INTEGRATION: CWS docking1 (1.11.484); FILE MERGED
2004/05/04 07:14:14 cd 1.11.484.1: #i26252# Made fixes for new toolbar controller implementation and incorrect slot usage
Diffstat (limited to 'sw/sdi/drwtxtsh.sdi')
-rw-r--r--sw/sdi/drwtxtsh.sdi15
1 files changed, 12 insertions, 3 deletions
diff --git a/sw/sdi/drwtxtsh.sdi b/sw/sdi/drwtxtsh.sdi
index 994c476f009a..c3acc4b79d67 100644
--- a/sw/sdi/drwtxtsh.sdi
+++ b/sw/sdi/drwtxtsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: drwtxtsh.sdi,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 17:49:14 $
+ * last change: $Author: obo $ $Date: 2004-07-06 11:30:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -261,7 +261,16 @@ interface TextDrawText : Selection
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
-
+ SID_VERTICALTEXT_STATE
+ [
+ StateMethod = GetState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ SID_CTLFONT_STATE
+ [
+ StateMethod = GetState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
SID_CHAR_DLG // api:
[
ExecMethod = Execute ;