summaryrefslogtreecommitdiff
path: root/sw/sdi/formsh.sdi
blob: daab58bd9c06afe7c512e8ad4d84d4ca56ac6795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
interface TextDrawForm: BaseTextDrawForm
[
    uuid = "1D396B40-B8CC-11d1-AB80-006097B418C2"
]
{
    import TextDrawBase;
}

shell SwDrawFormShell : SwDrawBaseShell
{
    import TextDrawForm[Automation];
}

/*------------------------------------------------------------------------

    $Log: not supported by cvs2svn $
    Revision 1.1  1998/03/11 16:14:00  OM
    DB-FormShell


      Rev 1.0   11 Mar 1998 17:14:00   OM
   DB-FormShell

------------------------------------------------------------------------*/