summaryrefslogtreecommitdiff
path: root/sc/sdi/drformsh.sdi
blob: 8ce5258fb87727fe3f222dc9811770db03231233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 //============================================================================
 //
 // ScDrawFormShell 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/drformsh.sdv  $ $Workfile:   drformsh.sdi  $
 //----------------------------------------------------------------------------

interface TableForm : Selection
{
}


 // ===========================================================================
shell ScDrawFormShell : ScDrawShell
{
    import TableForm;
}