summaryrefslogtreecommitdiff
path: root/writerfilter/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-14 12:01:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 12:02:13 +0100
commit3aa23c76036ae8cfb21c4de3b5c608c51888eb5d (patch)
tree44e233ebb20007fbd93bef7141e3644a9922a47d /writerfilter/source
parentddaf39843ff8eac8e71a7d9a8bb74b34935cd399 (diff)
-Werror,-Wunused-variable
Change-Id: Ida3365b0451b947e04d7097799ac5108f76fc1a5
Diffstat (limited to 'writerfilter/source')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index e6abeecdc320..ced7b66d7729 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -186,8 +186,8 @@ bool OOXMLFastContextHandler::prepareMceContext(Token_t nElement, const uno::Ref
break;
case OOXML_Choice:
{
- OUString aRequires = rAttribs->getOptionalValue(OOXML_Requires);
#if 0 // Disabled for now: enabling "wps" would introduce regressions, and SAL_N_ELEMENTS() needs at least one element.
+ OUString aRequires = rAttribs->getOptionalValue(OOXML_Requires);
static const char* aFeatures[] = {
"wps",
};