summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-15 20:16:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 08:34:03 +0200
commitf173aa0a86d86ddfa42ee03b5973495eb595c1fc (patch)
treec99e6f83eeb224d3010d1aaf5b83e1347e216c82 /include/comphelper
parentKarasa Jaga: tdf#134833 icons for Additions (diff)
downloadcore-f173aa0a86d86ddfa42ee03b5973495eb595c1fc.tar.gz
core-f173aa0a86d86ddfa42ee03b5973495eb595c1fc.zip
loplugin:unusedmethods
Change-Id: Ibc1ec64cba8eb083aaff28848a42337cc597ea19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98857 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/componentmodule.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/comphelper/componentmodule.hxx b/include/comphelper/componentmodule.hxx
index cfffcb39b844..0ca1b7e5a457 100644
--- a/include/comphelper/componentmodule.hxx
+++ b/include/comphelper/componentmodule.hxx
@@ -118,10 +118,6 @@ namespace comphelper
css::uno::Reference< css::uno::XInterface > getComponentFactory(
const OUString& _rImplementationName );
- /** version of getComponentFactory which directly takes the char argument you got in your component_getFactory call
- */
- void* getComponentFactory( const char* _pImplementationName );
-
private:
OModule( const OModule& ) = delete;
OModule& operator=( const OModule& ) = delete;