summaryrefslogtreecommitdiff
path: root/sd/sdi/grviewsh.sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 09:22:50 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 09:22:50 +0000
commit92e8f1be302d1f9bce9e37ecbe9a609a42fa4813 (patch)
tree037a0b20eccaf89488eb4c34f65376ef5b35dedb /sd/sdi/grviewsh.sdi
parent1c55858fddd4ca1cb0fdf2d21a6f095e2f0994c1 (diff)
INTEGRATION: CWS impress1 (1.3.218); FILE MERGED
2003/10/30 17:03:09 af 1.3.218.3: #111996# Removed the import of View to prevent inclusion of unsupported features. 2003/10/28 09:49:26 af 1.3.218.2: RESYNC: (1.3-1.5); FILE MERGED 2003/09/16 12:20:27 af 1.3.218.1: #111996# Removed unnecessary Sd prefix from class names.
Diffstat (limited to 'sd/sdi/grviewsh.sdi')
-rw-r--r--sd/sdi/grviewsh.sdi10
1 files changed, 4 insertions, 6 deletions
diff --git a/sd/sdi/grviewsh.sdi b/sd/sdi/grviewsh.sdi
index 103dc174fefb..0d7743d14bd2 100644
--- a/sd/sdi/grviewsh.sdi
+++ b/sd/sdi/grviewsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: grviewsh.sdi,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2003-10-20 15:21:02 $
+ * last change: $Author: obo $ $Date: 2004-01-20 10:22:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,10 +78,8 @@ interface GraphicEditView : DrawView
]
}
-shell SdGraphicViewShell : SfxViewShell
+shell GraphicViewShell
{
import GraphicEditView[Automation];
- import View;
+// import View;
}
-
-