summaryrefslogtreecommitdiff
path: root/writerfilter/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-14 12:05:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 12:05:18 +0100
commit0e345eaec89c8b0e0912da9de418e90c671b1e7d (patch)
tree511dd36ed53b188fd21eb3030c03308124295816 /writerfilter/source
parent3aa23c76036ae8cfb21c4de3b5c608c51888eb5d (diff)
...and -Werror,-Wunused-parameter
Change-Id: I8b9e0629710c3b48c26a19158ab54bb250d79d5c
Diffstat (limited to 'writerfilter/source')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.cxx2
1 files changed, 2 insertions, 0 deletions
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;
}