diff options
Diffstat (limited to 'unoxml/source/rdf/librdf_services.cxx')
-rw-r--r-- | unoxml/source/rdf/librdf_services.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unoxml/source/rdf/librdf_services.cxx b/unoxml/source/rdf/librdf_services.cxx index 5ef77122e749..d1ff568a2369 100644 --- a/unoxml/source/rdf/librdf_services.cxx +++ b/unoxml/source/rdf/librdf_services.cxx @@ -39,12 +39,6 @@ using namespace ::com::sun::star; extern "C" { -SAL_DLLPUBLIC_EXPORT void SAL_CALL unordf_component_getImplementationEnvironment(const sal_Char **o_ppEnvironmentTypeName, - uno_Environment ** /* ppEnvironment */) -{ - *o_ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; -} - static ::cppu::ImplementationEntry const entries[] = { { &comp_CBlankNode::_create, &comp_CBlankNode::_getImplementationName, |