diff options
-rw-r--r-- | sc/source/ui/view/drawview.cxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx index 2f8cd4a14cd3..ff34af3203bc 100644 --- a/sc/source/ui/view/drawview.cxx +++ b/sc/source/ui/view/drawview.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drawview.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: nn $ $Date: 2000-10-20 18:27:00 $ + * last change: $Author: hr $ $Date: 2000-11-14 15:39:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -565,13 +565,6 @@ void __EXPORT ScDrawView::MarkListHasChanged() pViewSh->SetVerbs( 0 ); } } - else if ( pGrafObj && !bOle && SFX_APP()->HasFeature(SFX_FEATURE_SIMAGE) ) - { - SvVerb aVerb( 0, ScGlobal::GetRscString( STR_UNDO_GRAFEDIT ) ); - SvVerbList aVerbList; - aVerbList.Append( aVerb ); - pViewSh->SetVerbs( &aVerbList ); - } else pViewSh->SetVerbs( 0 ); |