summaryrefslogtreecommitdiffstats
path: root/include/comphelper/componentmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/componentmodule.hxx')
-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;