diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 09:10:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 09:10:54 +0000 |
commit | ab4985fb3b12763e193d6a79227fda62bb416dec (patch) | |
tree | 6f456b59e32933ec7132604648cb08ea0b9b040f /sc/sdi | |
parent | 8644a32531fc0f0f4c48af67f9daeb2bc62a363a (diff) |
INTEGRATION: CWS colorsubtoolbar (1.5.268); FILE MERGED
2004/09/28 10:48:56 pb 1.5.268.2: fix: #i33938# execute method for SID_COLOR_SETTINGS
2004/09/14 17:28:09 pb 1.5.268.1: fix: #i33938# add SID_COLOR_SETTINGS
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/graphsh.sdi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/sdi/graphsh.sdi b/sc/sdi/graphsh.sdi index 8682676a5..ce8ea7154 100644 --- a/sc/sdi/graphsh.sdi +++ b/sc/sdi/graphsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: graphsh.sdi,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2003-10-20 15:34:29 $ + * last change: $Author: hr $ $Date: 2004-10-12 10:10:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -171,6 +171,11 @@ interface GraphSelection : Selection ExecMethod = Execute; StateMethod = GetAttrState; ] + SID_COLOR_SETTINGS + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] } // =========================================================================== |