diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-03 11:48:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-04 12:05:29 +0200 |
commit | d4e9fe5a733f9c3a3c0b673379739c768075b465 (patch) | |
tree | aa03f07d97a59053c374f590818aa942f120848e /sc | |
parent | a4b581bb996142d2906f23161ec673f958511649 (diff) |
loplugin:checkunusedparams in sfx2
Change-Id: Iea88ddd619f10a2a2586ee24edbf07e246dcbb49
Reviewed-on: https://gerrit.libreoffice.org/37191
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/tabview.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx index c4b50413736b..58cf713ada2b 100644 --- a/sc/source/ui/view/tabview.cxx +++ b/sc/source/ui/view/tabview.cxx @@ -2153,8 +2153,7 @@ void ScTabView::SetNewVisArea() vcl::Window* pActive = pGridWin[aViewData.GetActivePart()]; if (pActive) - aViewData.GetViewShell()->VisAreaChanged( - pActive->PixelToLogic(tools::Rectangle(Point(),pActive->GetOutputSizePixel())) ); + aViewData.GetViewShell()->VisAreaChanged(); if (pDrawView) pDrawView->VisAreaChanged(); // no window passed on -> for all windows |