summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/sdi/auditsh.sdi6
-rw-r--r--sc/sdi/chartsh.sdi9
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;
}