summaryrefslogtreecommitdiff
path: root/sw/sdi/wfrmsh.sdi
blob: 3450f490183ff9ae62dea822c7e628f0a3620b02 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*------------------------------------------------------------------------

    $Workfile:   wfrmSH.IDL  $

    $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wfrmsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $

    Beschreibung:   FrameShell fuer StarWriter/Web

    (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg

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

interface WebFrame : BaseTextFrame
[
    uuid = "B47F0DE6-1E1F-11d1-89CA-008029E4B0B1"
]
{
    import BaseTextSelection;
}


 //=========================================================================

shell SwWebFrameShell : SwBaseShell
{
        import WebFrame[Automation];
}


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

    $Log: not supported by cvs2svn $
    Revision 1.4  2000/02/01 09:45:00  os
    #72282# SwWebBaseShell removed

    Revision 1.3  1997/08/28 10:51:42  MBA
    Neue Interface-Namen


      Rev 1.2   28 Aug 1997 12:51:42   MBA
   Neue Interface-Namen

      Rev 1.1   31 Jan 1997 13:24:50   OS
   SwWebFrameShell

      Rev 1.0   23 Jan 1997 14:46:46   OS
   Initial revision.

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