summaryrefslogtreecommitdiff
path: root/unoxml/source/rdf/librdf_services.cxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-10 13:10:07 +0200
committersb <sb@openoffice.org>2010-09-10 13:10:07 +0200
commit7788dc10a3b53efa890635b3779f103879e9e55a (patch)
tree61317a258b9e7c3bc7103a530b0d44193d8bbe7f /unoxml/source/rdf/librdf_services.cxx
parent40e1e1a4b2c190ffd71e17d83fc9f00c81d7d5b1 (diff)
sb129: #i113189# change UNO components to use passive registration
Diffstat (limited to 'unoxml/source/rdf/librdf_services.cxx')
-rw-r--r--unoxml/source/rdf/librdf_services.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/unoxml/source/rdf/librdf_services.cxx b/unoxml/source/rdf/librdf_services.cxx
index 03949934560d..08e776d214fe 100644
--- a/unoxml/source/rdf/librdf_services.cxx
+++ b/unoxml/source/rdf/librdf_services.cxx
@@ -72,12 +72,5 @@ extern "C" void * SAL_CALL component_getFactory(
implName, serviceManager, registryKey, entries);
}
-extern "C" sal_Bool SAL_CALL component_writeInfo(
- void * serviceManager, void * registryKey)
-{
- return ::cppu::component_writeInfoHelper(serviceManager, registryKey,
- entries);
-}
-
} // extern "C"