summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-01-22 21:02:40 +0100
committerMichael Stahl <mstahl@redhat.com>2015-01-22 21:03:55 +0100
commitef296e87b8afa1afdc08a23675658e0252dd2b86 (patch)
treeb04b0dbe91057f122bb8161cdab375ec5c8db61f /writerfilter
parent3f075756588c23bf5a8e967b1d3a0e6670c3c279 (diff)
writerfilter: WaE unused variable
Change-Id: I60d5f4929168163e755934ccaf07d227e702948f
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLDocumentImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
index 0481bd1561de..097bdfeab3dd 100644
--- a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
+++ b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
@@ -507,7 +507,7 @@ void OOXMLDocumentImpl::resolve(Stream & rStream)
// and the domain mapper is likely in an inconsistent state
throw;
}
- catch (uno::RuntimeException const& e)
+ catch (uno::RuntimeException const&)
{
throw;
}