summaryrefslogtreecommitdiff
path: root/sd/sdi/grviewsh.sdi
blob: 95de92d9c6deddd5aeef97c3ec7d0bea94754cb4 (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
51
52
/*************************************************************************
#*
#*    $Workfile:   GRVIEWSH.IDL  $
#*
#*    Beschreibung      Draw (Graphic) ViewShell-IDL
#*
#*    Ersterstellung    SOH 04.04.97
#*    Letzte Aenderung  $Author: hr $ $Date: 2000-09-18 16:48:29 $
#*    $Revision: 1.1.1.1 $
#*
#*    $Logfile:   T:/sd/idl/grviewsh.idv  $
#*
#*    Copyright (c) 1989 - 1999, STAR DIVISION
#*
#*************************************************************************

      Source Code Control System - Header

      $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/grviewsh.sdi,v 1.1.1.1 2000-09-18 16:48:29 hr Exp $

*************************************************************************/


interface GraphicEditView : DrawView
[
    uuid ( "95F11180-ACE0-11D0-89CA-008029E4B0B1" ) ;
]
{
}

shell SdGraphicViewShell : SfxViewShell
{
    import GraphicEditView[Automation];
}

/*************************************************************************

      Source Code Control System - History

      $Log: not supported by cvs2svn $
      Revision 1.2  1997/08/28 10:33:00  MBA
      Neue Interface-Namen


      Rev 1.1   28 Aug 1997 12:33:00   MBA
   Neue Interface-Namen

      Rev 1.0   09 Apr 1997 13:20:22   SOH
   Initial revision.

*************************************************************************/