summaryrefslogtreecommitdiff
path: root/sc/sdi/chartsh.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sc/sdi/chartsh.sdi')
-rw-r--r--sc/sdi/chartsh.sdi18
1 files changed, 18 insertions, 0 deletions
diff --git a/sc/sdi/chartsh.sdi b/sc/sdi/chartsh.sdi
new file mode 100644
index 000000000000..c12fb941dfa5
--- /dev/null
+++ b/sc/sdi/chartsh.sdi
@@ -0,0 +1,18 @@
+ //============================================================================
+ //
+ // ScChartShell fuer StarCalc
+ //
+ // (C) 1999 StarDivision GmbH, Hamburg, Germany
+ // $Author: hr $ $Date: 2000-09-18 16:44:52 $ $Revision: 1.1.1.1 $
+ // $Logfile: T:/sc/sdi/chartsh.sdv $ $Workfile: chartsh.sdi $
+ //----------------------------------------------------------------------------
+
+interface ChartSelection : Selection
+{
+}
+
+ // ===========================================================================
+shell ScChartShell : ScDrawShell
+{
+ import ChartSelection;
+}