summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview5.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-01-05 18:11:08 +0000
committerNiklas Nebel <nn@openoffice.org>2001-01-05 18:11:08 +0000
commit92cfbb9be9e23743cf030235c0a2657b653ab7fb (patch)
tree42cb2d6bccc09004ebffaac09c4d6a83bc571310 /sc/source/ui/view/tabview5.cxx
parent96aa6c909424a5cddb0806529c8ce529ac120670 (diff)
#81607# SID_INSERT_SIMAGE removed
Diffstat (limited to 'sc/source/ui/view/tabview5.cxx')
-rw-r--r--sc/source/ui/view/tabview5.cxx5
1 files changed, 2 insertions, 3 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