summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview5.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-27 21:12:52 +0300
committerDavid Tardon <dtardon@redhat.com>2013-04-28 14:28:29 +0000
commitc72bb2da7bc8a7616539d57890139ee8b5360443 (patch)
tree773c68072b56e4b51bd301cdd8a0e781ee9d257d /sc/source/ui/view/tabview5.cxx
parent1fd3167695aaebb050df53acd91f2e1625e8305a (diff)
Bin CLOOK comments and un-split one large switch statement
CLOOK = "Compiler Limit: Out Of Keys", an error reported by Microsoft's compiler a long time ago. No such problem in those versions we support. No need to mention CLOOK in comments any more. While at it, re-combine one large switch statement that was split to avoid CLOOK. Change-Id: Id93d973a5fb3c81b6c754eef0ba3b0bd55a649d2 Reviewed-on: https://gerrit.libreoffice.org/3640 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'sc/source/ui/view/tabview5.cxx')
-rw-r--r--sc/source/ui/view/tabview5.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index fbdc1f1782f3..57574350b5ec 100644
--- a/sc/source/ui/view/tabview5.cxx
+++ b/sc/source/ui/view/tabview5.cxx
@@ -377,7 +377,7 @@ void ScTabView::SetZoom( const Fraction& rNewX, const Fraction& rNewY, bool bAll
aViewData.SetZoom( rNewX, rNewY, bAll );
if (pDrawView)
pDrawView->RecalcScale();
- ZoomChanged(); // einzeln wegen CLOOKs
+ ZoomChanged();
}
void ScTabView::RefreshZoom()
@@ -393,7 +393,7 @@ void ScTabView::SetPagebreakMode( bool bSet )
aViewData.SetPagebreakMode(bSet);
if (pDrawView)
pDrawView->RecalcScale();
- ZoomChanged(); // einzeln wegen CLOOKs
+ ZoomChanged();
}
void ScTabView::ResetDrawDragMode()