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