summaryrefslogtreecommitdiff
path: root/cppuhelper/source/factory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/factory.cxx')
-rw-r--r--cppuhelper/source/factory.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx
index 975107432789..b163dd033aec 100644
--- a/cppuhelper/source/factory.cxx
+++ b/cppuhelper/source/factory.cxx
@@ -365,16 +365,10 @@ Sequence< Type > OFactoryComponentHelper::getTypes()
return Sequence< Type >( ar, m_fptr ? 4 : 3 );
}
-namespace
-{
- class theOFactoryComponentHelperImplementationId :
- public rtl::Static<OImplementationId, theOFactoryComponentHelperImplementationId>{};
-}
-
Sequence< sal_Int8 > OFactoryComponentHelper::getImplementationId()
throw (::com::sun::star::uno::RuntimeException, std::exception)
{
- return theOFactoryComponentHelperImplementationId::get().getImplementationId();
+ return css::uno::Sequence<sal_Int8>();
}
// XSingleServiceFactory