summaryrefslogtreecommitdiff
path: root/sw/sdi/wformsh.sdi
blob: 75252f1c8df851b94499ff0f18a9a4a279721ce3 (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 WebDrawForm: BaseTextDrawForm
[
    uuid = "4bac4490-fede-11d1-abff-006097b418c2"
]
{
    import WebDrawBase;
}

shell SwWebDrawFormShell : SwWebDrawBaseShell
{
    import WebDrawForm[Automation];
}

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

    $Log: not supported by cvs2svn $
    Revision 1.1  1998/06/08 16:07:30  OM
    Initial revision.


      Rev 1.0   08 Jun 1998 18:07:30   OM
   Initial revision.

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