summaryrefslogtreecommitdiff
path: root/xmloff/source/meta
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/meta')
-rw-r--r--xmloff/source/meta/xmlmetae.cxx6
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