diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:27:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:27:05 +0200 |
commit | de93c6260c90b7b523ed992914f62c54c64ce25a (patch) | |
tree | cce2839a86340bbc8af61bd1b534dab47cc13ba1 /xmloff/source/meta | |
parent | dd3df0f4cb3bbc65528e0069542e841bcd506a66 (diff) |
loplugin:casttovoid: xmloff
Change-Id: I4f9ffd686e8e5a10bdd3f5ad4282dc4776923b62
Diffstat (limited to 'xmloff/source/meta')
-rw-r--r-- | xmloff/source/meta/xmlmetae.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx index 387154b2780a..d655520c6bea 100644 --- a/xmloff/source/meta/xmlmetae.cxx +++ b/xmloff/source/meta/xmlmetae.cxx @@ -466,12 +466,10 @@ SvXMLMetaExport::ignorableWhitespace(const OUString & /*i_rWhitespaces*/) } void SAL_CALL -SvXMLMetaExport::processingInstruction(const OUString & i_rTarget, - const OUString & i_rData) +SvXMLMetaExport::processingInstruction(const OUString &, + const OUString &) { // ignore; the exporter cannot handle these - (void) i_rTarget; - (void) i_rData; } void SAL_CALL |