From 92cfbb9be9e23743cf030235c0a2657b653ab7fb Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Fri, 5 Jan 2001 18:11:08 +0000 Subject: #81607# SID_INSERT_SIMAGE removed --- sc/source/ui/view/tabview5.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/view/tabview5.cxx') 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 -- cgit