summaryrefslogtreecommitdiff
path: root/sc/sdi/oleobjsh.sdi
blob: fa3e7435afabaf1fb792b5b27a525a343c92391b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
}