summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-11-14 14:39:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-11-14 14:39:46 +0000
commit69686e90d9a69acb47d465476177d66384b6d27a (patch)
tree0593e964c0fbc61331b4d0860a7bda20967d0055
parenteee86b3801bc21accab5ec7cae33f5d2a5b7c668 (diff)
#65293#: MUST: soffice.ini change
-rw-r--r--sc/source/ui/view/drawview.cxx11
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 );