diff options
Diffstat (limited to 'sc/source/ui/view/tabvwsh3.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsh3.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx index 0c7a23946141..8b4353f6e64c 100644 --- a/sc/source/ui/view/tabvwsh3.cxx +++ b/sc/source/ui/view/tabvwsh3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabvwsh3.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: sab $ $Date: 2002-09-12 08:17:12 $ + * last change: $Author: nn $ $Date: 2002-09-20 10:07:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -623,7 +623,7 @@ void ScTabViewShell::Execute( SfxRequest& rReq ) | SVX_ZOOM_ENABLE_WHOLEPAGE | SVX_ZOOM_ENABLE_PAGEWIDTH; - if ( rMark.IsMarked() ) + if ( rMark.IsMarked() || rMark.IsMultiMarked() ) nBtnFlags = nBtnFlags | SVX_ZOOM_ENABLE_OPTIMAL; aZoomItem.SetValueSet( nBtnFlags ); |