From f0f973da8560e16cba85d2c9465c3a8c4c0ebbb3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Mar 2016 08:49:35 +0200 Subject: loplugin:constantparams in vcl/ also some improvements to the plugin Change-Id: I0e3a519d70756e577fcb1bd47dd66864b5b4c871 Reviewed-on: https://gerrit.libreoffice.org/23289 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- toolkit/inc/helper/unowrapper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/inc') diff --git a/toolkit/inc/helper/unowrapper.hxx b/toolkit/inc/helper/unowrapper.hxx index f110e3c81138..0600d0a6d4dd 100644 --- a/toolkit/inc/helper/unowrapper.hxx +++ b/toolkit/inc/helper/unowrapper.hxx @@ -52,7 +52,7 @@ public: virtual void ReleaseAllGraphics( OutputDevice* pOutDev ) override; // Window - virtual css::uno::Reference< css::awt::XWindowPeer> GetWindowInterface( vcl::Window* pWindow, bool bCreate ) override; + virtual css::uno::Reference< css::awt::XWindowPeer> GetWindowInterface( vcl::Window* pWindow ) override; virtual void SetWindowInterface( vcl::Window* pWindow, css::uno::Reference< css::awt::XWindowPeer> xIFace ) override; void WindowDestroyed( vcl::Window* pWindow ) override; -- cgit