diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
commit | 9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24 (patch) | |
tree | 13c111a6380728f470fa177e679b80089a01efc4 /sc/sdi/graphsh.sdi |
initial import
Diffstat (limited to 'sc/sdi/graphsh.sdi')
-rw-r--r-- | sc/sdi/graphsh.sdi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sc/sdi/graphsh.sdi b/sc/sdi/graphsh.sdi new file mode 100644 index 000000000000..52e35954b49d --- /dev/null +++ b/sc/sdi/graphsh.sdi @@ -0,0 +1,18 @@ + //============================================================================ + // + // ScGraphicShell 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/graphsh.sdv $ $Workfile: graphsh.sdi $ + //---------------------------------------------------------------------------- + +interface GraphSelection : Selection +{ +} + + // =========================================================================== +shell ScGraphicShell : ScDrawShell +{ + import GraphSelection; +} |