summaryrefslogtreecommitdiff
path: root/sd/sdi/outlnvsh.sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 09:23:42 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 09:23:42 +0000
commit2ee8ed6911248592cdb93d34cc084e7c8c988366 (patch)
tree427488b0fbbcc4098a928799098e59856a4ad1a5 /sd/sdi/outlnvsh.sdi
parentbefbfa84826527d17a59b8423d7cfc47b7726a96 (diff)
INTEGRATION: CWS impress1 (1.8.218); FILE MERGED
2003/09/16 12:23:03 af 1.8.218.1: #111996# Removed unnecessary Sd prefix from class names and made view shells into su-shells.
Diffstat (limited to 'sd/sdi/outlnvsh.sdi')
-rw-r--r--sd/sdi/outlnvsh.sdi10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi
index eebad1e55ad7..89957e7b2ef6 100644
--- a/sd/sdi/outlnvsh.sdi
+++ b/sd/sdi/outlnvsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: outlnvsh.sdi,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: af $ $Date: 2002-11-19 15:24:50 $
+ * last change: $Author: obo $ $Date: 2004-01-20 10:23:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,7 @@
*
************************************************************************/
-interface OutlineView : View
+interface OutlineView : Object
[
uuid ( "92E2F580-2FB4-11CF-89CA-008029E4B0B1" ) ;
]
@@ -539,8 +539,8 @@ interface OutlineView : View
]
}
-shell SdOutlineViewShell : SfxViewShell
+shell OutlineViewShell
{
- import OutlineView[Automation];
+ import OutlineView[Automation];
}