From de93c6260c90b7b523ed992914f62c54c64ce25a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 2 Jul 2017 22:27:05 +0200 Subject: loplugin:casttovoid: xmloff Change-Id: I4f9ffd686e8e5a10bdd3f5ad4282dc4776923b62 --- xmloff/source/meta/xmlmetae.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'xmloff/source/meta') 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 -- cgit