From c1395fe0612aca4b1928e239a72c7faff574d8bd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Apr 2014 09:22:00 +0200 Subject: Remove unused inline constructor Change-Id: I33b5d11f850bf405ef5fcf2e6f1fe380287304d0 --- cppuhelper/source/factory.cxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'cppuhelper/source/factory.cxx') 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 & rServiceManager, - const OUString & rImplementationName_ ) - SAL_THROW(()) - : xSMgr( rServiceManager ) - , pCreateFunction( NULL ) - , m_fptr( 0 ) - , aImplementationName( rImplementationName_ ) - {} - virtual ~OSingleFactoryHelper(); // XInterface -- cgit