From 0e345eaec89c8b0e0912da9de418e90c671b1e7d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 14 Nov 2013 12:05:18 +0100 Subject: [PATCH] ...and -Werror,-Wunused-parameter Change-Id: I8b9e0629710c3b48c26a19158ab54bb250d79d5c --- writerfilter/source/ooxml/OOXMLFastContextHandler.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx index ced7b66d7729..9854d697ed4e 100644 --- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx +++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx @@ -199,6 +199,8 @@ bool OOXMLFastContextHandler::prepareMceContext(Token_t nElement, const uno::Ref return false; } } +#else + (void) rAttribs; #endif return true; }