summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-04 08:13:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-04 08:15:08 +0200
commitf1cef09fcda11e321f8b01ab4600c28339dec45a (patch)
treebc71552f9c3111aab5cc8a49d53c51c2a6907182 /scripting
parent0cc53919440f150f4bfedb7a5b88cdb0cf3317dc (diff)
loplugin:casttovoid
...cases that were initially missed due to the broken containsProcessingConditionalInclusion() Change-Id: Ib7d801ab5173ee590ef35a9e075d3ce4d4aa06da
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/protocolhandler/scripthandler.cxx4
1 files changed, 1 insertions, 3 deletions
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 ;