diff options
Diffstat (limited to 'unoxml/source/rdf/librdf_services.cxx')
-rw-r--r-- | unoxml/source/rdf/librdf_services.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/unoxml/source/rdf/librdf_services.cxx b/unoxml/source/rdf/librdf_services.cxx index aaa32a837ae7..efe632944c10 100644 --- a/unoxml/source/rdf/librdf_services.cxx +++ b/unoxml/source/rdf/librdf_services.cxx @@ -73,13 +73,6 @@ 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" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |