diff options
-rw-r--r-- | unoxml/source/rdf/librdf_repository.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx index 8224d6991d6c..920c52aa1327 100644 --- a/unoxml/source/rdf/librdf_repository.cxx +++ b/unoxml/source/rdf/librdf_repository.cxx @@ -1647,10 +1647,8 @@ librdf_Repository::getStatementsRDFa( // css::lang::XInitialization: void SAL_CALL librdf_Repository::initialize( - const uno::Sequence< css::uno::Any > & i_rArguments) + const uno::Sequence< css::uno::Any > &) { - (void) i_rArguments; - ::osl::MutexGuard g(m_aMutex); // m_pWorld.reset(m_TypeConverter.createWorld(), safe_librdf_free_world); |