diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:27:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:27:57 +0200 |
commit | 8dc6bcc82c20361301b1c3c12301d4d987ecdbf3 (patch) | |
tree | f68d5de403557fcbb0d38867391d81c00d2cef6d /unoxml/source | |
parent | 34fb5d7e91a7cd4c986434e6d6a3a67f12c65f7a (diff) |
loplugin:casttovoid: unoxml
Change-Id: Iee9338990b2a86f91d97b8add16136f43fad4b70
Diffstat (limited to 'unoxml/source')
-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); |