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/metaact.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/metaact.hxx') diff --git a/include/vcl/metaact.hxx b/include/vcl/metaact.hxx index 044cb5072ede..9f3457c370ed 100644 --- a/include/vcl/metaact.hxx +++ b/include/vcl/metaact.hxx @@ -1439,7 +1439,7 @@ protected: virtual ~MetaCommentAction(); public: - explicit MetaCommentAction( sal_Int32 nValue = 0L ); + explicit MetaCommentAction(); explicit MetaCommentAction( const MetaCommentAction& rAct ); explicit MetaCommentAction( const OString& rComment, sal_Int32 nValue = 0L, const sal_uInt8* pData = nullptr, sal_uInt32 nDataSize = 0UL ); -- cgit