summaryrefslogtreecommitdiff
path: root/sw/sdi/_textsh.sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-06 10:30:06 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-06 10:30:06 +0000
commitc3c468b3508cd9f09753e3135b50954a58abad74 (patch)
treea5a59748d41ffb9c1f3e886293d11c2acb16d025 /sw/sdi/_textsh.sdi
parentf3ae08862386b8cf431c0942ff510870205749b3 (diff)
INTEGRATION: CWS docking1 (1.27.6); FILE MERGED
2004/05/04 07:14:13 cd 1.27.6.1: #i26252# Made fixes for new toolbar controller implementation and incorrect slot usage
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r--sw/sdi/_textsh.sdi14
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index 72b7f6862c4c..af9d3430ab0f 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: _textsh.sdi,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: obo $ $Date: 2004-04-27 13:40:59 $
+ * last change: $Author: obo $ $Date: 2004-07-06 11:30:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1420,6 +1420,16 @@ interface BaseText : Selection
StateMethod = GetAttrState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_VERTICALTEXT_STATE
+ [
+ StateMethod = GetAttrState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ SID_CTLFONT_STATE
+ [
+ StateMethod = GetAttrState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
FN_READONLY_SELECTION_MODE
[
ExecMethod = Execute ;