summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-22 12:10:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-22 12:10:02 +0100
commit28bb26279e8412763cabce7d172ca8246c70a30d (patch)
tree663025346fa52c2bb7a721778cc4271fcca63a10 /oox
parent171855c21eeedca46fe0cf2ce4f566957e618a45 (diff)
Avoid unused variable warning.
Diffstat (limited to 'oox')
-rw-r--r--oox/source/core/xmlfilterbase.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx
index b0486f6b5f3d..1ffe56a90c95 100644
--- a/oox/source/core/xmlfilterbase.cxx
+++ b/oox/source/core/xmlfilterbase.cxx
@@ -665,6 +665,7 @@ XmlFilterBase& XmlFilterBase::exportDocumentProperties( Reference< XDocumentProp
? OUStringToOString( sValue, RTL_TEXTENCODING_UTF8 ).getStr()
: "<unconvertable>",
OUStringToOString( aValue.getValueTypeName(), RTL_TEXTENCODING_UTF8 ).getStr());
+ (void) bHaveString; // avoid warnings
}
}
return *this;