diff options
Diffstat (limited to 'cppuhelper/source/factory.cxx')
-rw-r--r-- | cppuhelper/source/factory.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx index b3d89bd1c191..460f11929d18 100644 --- a/cppuhelper/source/factory.cxx +++ b/cppuhelper/source/factory.cxx @@ -80,17 +80,6 @@ public: aServiceNames = *pServiceNames_; } - // old function, only for backward compatibility - OSingleFactoryHelper( - const Reference<XMultiServiceFactory > & rServiceManager, - const OUString & rImplementationName_ ) - SAL_THROW(()) - : xSMgr( rServiceManager ) - , pCreateFunction( NULL ) - , m_fptr( 0 ) - , aImplementationName( rImplementationName_ ) - {} - virtual ~OSingleFactoryHelper(); // XInterface |