summaryrefslogtreecommitdiff
path: root/sw/sdi/wlistsh.sdi
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:15:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:15:01 +0000
commit7b0b5cdfeed656b279bc32cd929630d5fc25878b (patch)
tree5b89fb8497d7329d26c43f109bb014c54ffb0e8c /sw/sdi/wlistsh.sdi
parentd791366863cf9659a01b171ce0e727bfe2f28cdf (diff)
initial import
Diffstat (limited to 'sw/sdi/wlistsh.sdi')
-rw-r--r--sw/sdi/wlistsh.sdi48
1 files changed, 48 insertions, 0 deletions
diff --git a/sw/sdi/wlistsh.sdi b/sw/sdi/wlistsh.sdi
new file mode 100644
index 000000000000..e205a0b60a88
--- /dev/null
+++ b/sw/sdi/wlistsh.sdi
@@ -0,0 +1,48 @@
+/*------------------------------------------------------------------------
+
+ $Workfile: WLISTSH.IDL $
+
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wlistsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
+
+ Beschreibung: IDL - File SwWebBaseShell fuer StarWriter /Web
+
+ (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
+
+------------------------------------------------------------------------*/
+
+interface WebList : BaseTextList
+[
+ uuid = "B47F0DE3-1E1F-11d1-89CA-008029E4B0B1"
+]
+{
+ import TextSelection;
+}
+
+ //=========================================================================
+
+shell SwWebListShell : SwBaseShell
+{
+ import WebList[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:52:36 MBA
+ Neue Shell
+
+
+ Rev 1.2 03 Sep 1997 16:52:36 MBA
+ Neue Shell
+
+ Rev 1.1 28 Aug 1997 12:38:04 MBA
+ Neue Interface-Namen
+
+ Rev 1.0 23 Jan 1997 14:43:32 OS
+ Initial revision.
+
+------------------------------------------------------------------------*/
+