From 8dc6bcc82c20361301b1c3c12301d4d987ecdbf3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 2 Jul 2017 22:27:57 +0200 Subject: loplugin:casttovoid: unoxml Change-Id: Iee9338990b2a86f91d97b8add16136f43fad4b70 --- unoxml/source/rdf/librdf_repository.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'unoxml') 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); -- cgit