diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 16:23:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-03 09:07:53 +0200 |
commit | 87661a7ab3275195ca251188ce4d7825fd038de6 (patch) | |
tree | 981ec5f6634b88ed23880f46dba4c3d77b316592 /sd/source/ui/view/sdwindow.cxx | |
parent | 68e213319f2a3ee2f90e7bfccae8e5e13492d357 (diff) |
loplugin:checkunusedparams in sd
Change-Id: I217a4177e9c2cdc2d85100d253f7f38ec8aad756
Reviewed-on: https://gerrit.libreoffice.org/37162
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/view/sdwindow.cxx')
-rw-r--r-- | sd/source/ui/view/sdwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx index 9d13093e6144..ce5d5ba1fa43 100644 --- a/sd/source/ui/view/sdwindow.cxx +++ b/sd/source/ui/view/sdwindow.cxx @@ -290,7 +290,7 @@ void Window::RequestHelp(const HelpEvent& rEvt) { if ( mpViewShell ) { - if( !mpViewShell->RequestHelp( rEvt, this) ) + if( !mpViewShell->RequestHelp( rEvt ) ) vcl::Window::RequestHelp( rEvt ); } else |