summaryrefslogtreecommitdiff
path: root/sw/sdi/_grfsh.sdi
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-10-12 09:13:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-10-12 09:13:29 +0000
commit4074002da729fbb80e3a99173afb96f9326136a9 (patch)
tree5e56a1a4a7d6ada19b87d6834e50c0f89975e264 /sw/sdi/_grfsh.sdi
parent0eae4a86638b451c4f2e2cc310db8ff9fd45b3b3 (diff)
INTEGRATION: CWS colorsubtoolbar (1.4.866); FILE MERGED
2004/09/28 11:25:53 pb 1.4.866.2: fix: #i33938# execute method for SID_COLOR_SETTINGS 2004/09/14 17:30:36 pb 1.4.866.1: fix: #i33938# add SID_COLOR_SETTINGS
Diffstat (limited to 'sw/sdi/_grfsh.sdi')
-rw-r--r--sw/sdi/_grfsh.sdi10
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/sdi/_grfsh.sdi b/sw/sdi/_grfsh.sdi
index d1273640704f..e5b269f2823a 100644
--- a/sw/sdi/_grfsh.sdi
+++ b/sw/sdi/_grfsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: _grfsh.sdi,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ * last change: $Author: hr $ $Date: 2004-10-12 10:13:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -225,6 +225,12 @@ interface BaseTextGraphic : Selection
StateMethod = GetAttrState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_COLOR_SETTINGS // status(final|play|rec)
+ [
+ ExecMethod = ExecAttr ;
+ StateMethod = GetAttrState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
}