summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2013-07-29 10:30:08 +0300
committerTor Lillqvist <tlillqvist@suse.com>2013-07-29 10:32:22 +0300
commit81df97ca2f725ed749f674ed87d3aa04bec1dc6c (patch)
tree90ec97f48dd1c49452d42af94fa98f7c386eb3cb
parentbd8d3ac6666137eacf63d7eda4441392c9783b6f (diff)
WaE: unreferenced local variable
Change-Id: I1f3ef8611a82e2981f470c9a98e8d98085ed2002
-rw-r--r--xmloff/source/core/xmlimp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index bde6ccaca1c4..1dc8f6041f4f 100644
--- a/xmloff/source/core/xmlimp.cxx
+++ b/xmloff/source/core/xmlimp.cxx
@@ -171,7 +171,7 @@ getBuildIdsProperty(uno::Reference<beans::XPropertySet> const& xImportInfo)
return aBuildId;
}
}
- catch (Exception const& e)
+ catch (Exception const&)
{
SAL_WARN("xmloff.core", "exception getting BuildId");
DBG_UNHANDLED_EXCEPTION();
@@ -849,7 +849,7 @@ void SAL_CALL SvXMLImport::setTargetDocument( const uno::Reference< lang::XCompo
< SOFFICE_FILEFORMAT_8;
}
}
- catch (uno::Exception const& e)
+ catch (uno::Exception const&)
{
SAL_WARN("xmloff.core", "exception caught");
DBG_UNHANDLED_EXCEPTION();