diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 11:01:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 12:16:54 +0200 |
commit | 9297aa2c08bdcdf7bf7c132fd908cd8a4cb0fae1 (patch) | |
tree | d4059a9073dd29fa19ec5a1279dc7f5fa3e802fd /linguistic/source/lngsvcmgr.cxx | |
parent | 2859c2541d0da5dc689d912a166f370ced9dc8de (diff) |
loplugin:checkunusedparams in hwpfilter..lotuswordpro
Change-Id: I4925a95cc74571c2e0ffd413d7ac8bc162c247d7
Reviewed-on: https://gerrit.libreoffice.org/37143
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic/source/lngsvcmgr.cxx')
-rw-r--r-- | linguistic/source/lngsvcmgr.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index 380b30f61acf..dbaf1de9c0d6 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -1988,8 +1988,7 @@ uno::Reference< uno::XInterface > SAL_CALL LngSvcMgr_CreateInstance( void * SAL_CALL LngSvcMgr_getFactory( const sal_Char * pImplName, - lang::XMultiServiceFactory * pServiceManager, - void * /*pRegistryKey*/ ) + lang::XMultiServiceFactory * pServiceManager ) { void * pRet = nullptr; |