summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r--sc/source/ui/view/tabview5.cxx5
-rw-r--r--sc/source/ui/view/tabvwshb.cxx5
2 files changed, 4 insertions, 6 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index cfe8f2f0efab..eaeb7f60912e 100644
--- a/sc/source/ui/view/tabview5.cxx
+++ b/sc/source/ui/view/tabview5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabview5.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-09-22 18:32:17 $
+ * last change: $Author: nn $ $Date: 2001-01-05 19:11:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -578,7 +578,6 @@ void ScTabView::TabChanged()
rBindings.Invalidate( SID_OPENDLG_CHART );
rBindings.Invalidate( SID_INSERT_OBJECT );
rBindings.Invalidate( SID_INSERT_DIAGRAM );
- rBindings.Invalidate( SID_INSERT_SIMAGE );
rBindings.Invalidate( SID_INSERT_SMATH );
rBindings.Invalidate( SID_INSERT_GRAPHIC );
#endif
diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx
index 49a8c0ccd4ad..754ff18b08ef 100644
--- a/sc/source/ui/view/tabvwshb.cxx
+++ b/sc/source/ui/view/tabvwshb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabvwshb.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2000-11-14 15:06:38 $
+ * last change: $Author: nn $ $Date: 2001-01-05 19:11:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -346,7 +346,6 @@ void ScTabViewShell::ExecDrawIns(SfxRequest& rReq)
case SID_INSERT_SOUND:
case SID_INSERT_VIDEO:
case SID_INSERT_APPLET:
- case SID_INSERT_SIMAGE:
case SID_INSERT_SMATH:
case SID_INSERT_FLOATINGFRAME:
FuInsertOLE(this, pWin, pView, pDrModel, rReq);