summaryrefslogtreecommitdiff
path: root/svx/sdi
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-10-12 09:16:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-10-12 09:16:32 +0000
commit8b2daa4a49beea1a3125557d3f5eb21bbea55be9 (patch)
treed8314201b60ceadb7fd2179885d02acf47608a76 /svx/sdi
parentbfac7705d21e2f8bff214ef1092e09cda026702e (diff)
INTEGRATION: CWS colorsubtoolbar (1.53.34); FILE MERGED
2004/09/29 06:55:03 pb 1.53.34.2: fix: #i33938# now SID_COLOR_SETTINGS BoolItem for toggle 2004/09/14 17:09:10 pb 1.53.34.1: fix: #i33938# add SID_COLOR_SETTINGS
Diffstat (limited to 'svx/sdi')
-rw-r--r--svx/sdi/svx.sdi34
1 files changed, 32 insertions, 2 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index 3ebd131c4d8a..44b0be0a1c38 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: svx.sdi,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: rt $ $Date: 2004-09-17 14:37:01 $
+ * last change: $Author: hr $ $Date: 2004-10-12 10:16:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -13627,3 +13627,33 @@ SfxVoidItem AVMediaToolBox SID_AVMEDIA_TOOLBOX
ToolBoxConfig = TRUE,
GroupId = GID_APPLICATION;
]
+
+//--------------------------------------------------------------------------
+SfxBoolItem ColorSettings SID_COLOR_SETTINGS
+
+[
+ /* flags: */
+ AutoUpdate = TRUE,
+ Cachable = Cachable,
+ FastCall = FALSE,
+ HasCoreId = FALSE,
+ HasDialog = FALSE,
+ ReadOnlyDoc = FALSE,
+ Toggle = TRUE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+ Synchron;
+
+ Readonly = FALSE,
+
+ /* config: */
+ AccelConfig = FALSE,
+ MenuConfig = FALSE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_MODIFY;
+ PseudoSlots = TRUE;
+ PseudoPrefix = SID_INSERT;
+]
+