From 3a36cf434fb4a967c9ea767cb7ac5f4da0502a0d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 25 Apr 2017 15:09:53 +0200 Subject: loplugin:checkunusedparams in configmgr and vcl Change-Id: I7226d01f38e6edaf3868d7267d9b02dbdbc9e5ba Reviewed-on: https://gerrit.libreoffice.org/36975 Tested-by: Jenkins Reviewed-by: Noel Grandin --- idl/inc/types.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idl/inc') diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index 5ecf4359d88a..8c2bc8b9cf33 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -58,7 +58,7 @@ class SvMetaType : public SvMetaReference void WriteSfxItem( const OString& rItemName, SvIdlDataBase & rBase, SvStream & rOutStm ); protected: - bool ReadHeaderSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ); + bool ReadHeaderSvIdl( SvTokenStream & rInStm ); public: SvMetaType(); SvMetaType( const OString& rTypeName ); -- cgit