summaryrefslogtreecommitdiff
path: root/sc/sdi/oleobjsh.sdi
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:07:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:07:07 +0000
commit9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24 (patch)
tree13c111a6380728f470fa177e679b80089a01efc4 /sc/sdi/oleobjsh.sdi
initial import
Diffstat (limited to 'sc/sdi/oleobjsh.sdi')
-rw-r--r--sc/sdi/oleobjsh.sdi18
1 files changed, 18 insertions, 0 deletions
diff --git a/sc/sdi/oleobjsh.sdi b/sc/sdi/oleobjsh.sdi
new file mode 100644
index 000000000000..fa3e7435afab
--- /dev/null
+++ b/sc/sdi/oleobjsh.sdi
@@ -0,0 +1,18 @@
+ //============================================================================
+ //
+ // ScOleObjectShell 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/oleobjsh.sdv $ $Workfile: oleobjsh.sdi $
+ //----------------------------------------------------------------------------
+
+interface OleObjectSelection : Selection
+{
+}
+
+ // ===========================================================================
+shell ScOleObjectShell : ScDrawShell
+{
+ import OleObjectSelection;
+}