From 87661a7ab3275195ca251188ce4d7825fd038de6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 2 May 2017 16:23:46 +0200 Subject: loplugin:checkunusedparams in sd Change-Id: I217a4177e9c2cdc2d85100d253f7f38ec8aad756 Reviewed-on: https://gerrit.libreoffice.org/37162 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/view/grviewsh.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sd/source/ui/view/grviewsh.cxx') diff --git a/sd/source/ui/view/grviewsh.cxx b/sd/source/ui/view/grviewsh.cxx index ce5991ddcdec..509fbc4f0fd7 100644 --- a/sd/source/ui/view/grviewsh.cxx +++ b/sd/source/ui/view/grviewsh.cxx @@ -30,12 +30,10 @@ namespace sd { GraphicViewShell::GraphicViewShell ( - SfxViewFrame* pFrame, ViewShellBase& rViewShellBase, vcl::Window* pParentWindow, FrameView* pFrameView) : DrawViewShell ( - pFrame, rViewShellBase, pParentWindow, PageKind::Standard, -- cgit