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 --- include/vcl/gfxlink.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/gfxlink.hxx') diff --git a/include/vcl/gfxlink.hxx b/include/vcl/gfxlink.hxx index 3e1c8cbf9f17..9be44e989ab3 100644 --- a/include/vcl/gfxlink.hxx +++ b/include/vcl/gfxlink.hxx @@ -125,7 +125,7 @@ public: GfxLink(); GfxLink( const GfxLink& ); GfxLink( const OUString& rPath, GfxLinkType nType ); - GfxLink( sal_uInt8* pBuf, sal_uInt32 nBufSize, GfxLinkType nType, bool bOwns ); + GfxLink( sal_uInt8* pBuf, sal_uInt32 nBufSize, GfxLinkType nType ); ~GfxLink(); GfxLink& operator=( const GfxLink& ); -- cgit