summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/view/viewdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 683bb6cd8c25..d46c7f455017 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -629,7 +629,7 @@ void ScViewData::SetZoom( const Fraction& rNewX, const Fraction& rNewY,
// We probably don't want these limits for tiled rendering, hence
// we make them optional.
- if ( !bIgnoreLimits )
+ if ( bIgnoreLimits )
{
const Fraction aFrac20( 1, 5 );
const Fraction aFrac400( 4, 1 );