Kaydet (Commit) c1395fe0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused inline constructor

Change-Id: I33b5d11f850bf405ef5fcf2e6f1fe380287304d0
üst 5a3c49c2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment