46 lines
1.2 KiB
Text
46 lines
1.2 KiB
Text
/*------------------------------------------------------------------------
|
|
|
|
$Workfile: WTABSH.IDL $
|
|
|
|
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wtabsh.sdi,v 1.1.1.1 2000-09-18 17:14:31 hr Exp $
|
|
|
|
Beschreibung: IDL - File fuer TabShell StarWriter /Web
|
|
|
|
(c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
|
|
|
|
------------------------------------------------------------------------*/
|
|
|
|
interface WebTable : BaseTextTable
|
|
[ uuid = "B47F0DEC-1E1F-11d1-89CA-008029E4B0B1" ]
|
|
{
|
|
import BaseTextSelection;
|
|
}
|
|
|
|
//=========================================================================
|
|
|
|
shell SwWebTableShell : SwBaseShell
|
|
{
|
|
import WebTable[Automation];
|
|
}
|
|
|
|
/*------------------------------------------------------------------------
|
|
|
|
$Log: not supported by cvs2svn $
|
|
Revision 1.4 2000/02/01 09:45:00 os
|
|
#72282# SwWebBaseShell removed
|
|
|
|
Revision 1.3 1997/09/03 14:42:08 MBA
|
|
Neue Shell
|
|
|
|
|
|
Rev 1.2 03 Sep 1997 16:42:08 MBA
|
|
Neue Shell
|
|
|
|
Rev 1.1 28 Aug 1997 12:53:54 MBA
|
|
Neue Interface-Namen
|
|
|
|
Rev 1.0 23 Jan 1997 14:42:32 OS
|
|
Initial revision.
|
|
|
|
------------------------------------------------------------------------*/
|
|
|