From f1cef09fcda11e321f8b01ab4600c28339dec45a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 4 Jul 2017 08:13:10 +0200 Subject: loplugin:casttovoid ...cases that were initially missed due to the broken containsProcessingConditionalInclusion() Change-Id: Ib7d801ab5173ee590ef35a9e075d3ce4d4aa06da --- scripting/source/protocolhandler/scripthandler.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripting') diff --git a/scripting/source/protocolhandler/scripthandler.cxx b/scripting/source/protocolhandler/scripthandler.cxx index 0dadac6520fb..08c226a62ad6 100644 --- a/scripting/source/protocolhandler/scripthandler.cxx +++ b/scripting/source/protocolhandler/scripthandler.cxx @@ -475,10 +475,8 @@ extern "C" { SAL_DLLPUBLIC_EXPORT void* SAL_CALL protocolhandler_component_getFactory( const sal_Char * pImplementationName , void * pServiceManager , - void * pRegistryKey ) + void * ) { - (void)pRegistryKey; - // Set default return value for this operation - if it failed. void * pReturn = nullptr ; -- cgit v1.2.3