diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-01 15:43:18 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-04 12:03:33 +0000 |
commit | ecdf7aaede66c209fa5c101c0435322a765f02ee (patch) | |
tree | c6bd3812c3d3d67b71644e0e9b3d474f1dd0f455 /starmath | |
parent | 3979afceecb98780549fda60c7f75c8015bb33d8 (diff) |
loplugin:constantparam in svtools
Change-Id: Iceb1b57997e0369946150ef0764b71da59a6b7a6
Reviewed-on: https://gerrit.libreoffice.org/23725
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/view.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 860f4a8c2582..65104000332e 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -95,7 +95,7 @@ using namespace css::accessibility; using namespace css::uno; SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell) - : ScrollableWindow(&pShell->GetViewFrame()->GetWindow(), 0) + : ScrollableWindow(&pShell->GetViewFrame()->GetWindow()) , pAccessible(nullptr) , pViewShell(pShell) , nZoom(100) |