diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-05-02 14:42:22 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-05-02 14:42:22 +0000 |
commit | a202b386284dbb1d890bec9e34e5f4c856163d4b (patch) | |
tree | 1db9b08e39a6b920975ef55f53247ac61ba9dd5f /sc/sdi | |
parent | fd150b380e2502cfdd099c288b200017c44ffec4 (diff) |
INTEGRATION: CWS sfxcleanup (1.3.128); FILE MERGED
2006/03/02 09:26:07 mba 1.3.128.1: #132394#: remove superfluous code
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/auditsh.sdi | 6 | ||||
-rw-r--r-- | sc/sdi/chartsh.sdi | 9 |
2 files changed, 5 insertions, 10 deletions
diff --git a/sc/sdi/auditsh.sdi b/sc/sdi/auditsh.sdi index 320566fd6..56448aea9 100644 --- a/sc/sdi/auditsh.sdi +++ b/sc/sdi/auditsh.sdi @@ -4,9 +4,9 @@ * * $RCSfile: auditsh.sdi,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:09:26 $ + * last change: $Author: rt $ $Date: 2006-05-02 15:41:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,7 +32,7 @@ * MA 02111-1307 USA * ************************************************************************/ -interface Auditing : Object +interface Auditing { SID_FILL_ADD_PRED [ ExecMethod = Execute; StateMethod = GetState; ] SID_FILL_DEL_PRED [ ExecMethod = Execute; StateMethod = GetState; ] diff --git a/sc/sdi/chartsh.sdi b/sc/sdi/chartsh.sdi index c20c15fdd..592232209 100644 --- a/sc/sdi/chartsh.sdi +++ b/sc/sdi/chartsh.sdi @@ -4,9 +4,9 @@ * * $RCSfile: chartsh.sdi,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:09:58 $ + * last change: $Author: rt $ $Date: 2006-05-02 15:42:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,12 +33,7 @@ * ************************************************************************/ -interface ChartSelection : Selection -{ -} - // =========================================================================== shell ScChartShell : ScDrawShell { - import ChartSelection; } |