summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-01 09:22:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-01 09:22:00 +0200
commitc1395fe0612aca4b1928e239a72c7faff574d8bd (patch)
tree36f1d436fc6e691cd27b88c49e2d68b0497478a3 /cppuhelper
parent5a3c49c2a158376a7469fe96b695689eb92e4c0d (diff)
Remove unused inline constructor
Change-Id: I33b5d11f850bf405ef5fcf2e6f1fe380287304d0
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/factory.cxx11
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