diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 18:40:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 18:40:53 +0000 |
commit | 2fa68ebc4b67ca41a3f6ceee0d6b99e1e998c5ba (patch) | |
tree | 9f7294ed4ab6fbfa7efbd79c36b6225d7d2f774f | |
parent | 3945273c59a6cca49920a67e36d5102fde38dd95 (diff) |
INTEGRATION: CWS chart2mst3 (1.16.4); FILE MERGED
2007/02/07 15:30:11 iha 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED
2006/11/20 13:39:18 nn 1.16.4.1: #i71560# remove old chart dialog
-rw-r--r-- | sc/sdi/drawsh.sdi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi index 49b01d3d2d85..6b65f3a8ae91 100644 --- a/sc/sdi/drawsh.sdi +++ b/sc/sdi/drawsh.sdi @@ -4,9 +4,9 @@ * * $RCSfile: drawsh.sdi,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: ihi $ $Date: 2006-12-19 17:33:26 $ + * last change: $Author: vg $ $Date: 2007-05-22 19:40:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,7 +45,6 @@ interface TableDraw SID_SPECIAL_FILTER [ StateMethod = StateDisableItems; Export = FALSE; ] SID_DEFINE_DBNAME [ StateMethod = StateDisableItems; Export = FALSE; ] SID_OPENDLG_CONSOLIDATE [ StateMethod = StateDisableItems; Export = FALSE; ] - SID_OPENDLG_CHART [ StateMethod = StateDisableItems; Export = FALSE; ] SID_OPENDLG_EDIT_PRINTAREA [ StateMethod = StateDisableItems; Export = FALSE; ] // andere: SID_DRAW_CHART [ StateMethod = StateDisableItems; Export = FALSE; ] |