xmloff/source/core/xmlimp.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 81df97ca2f725ed749f674ed87d3aa04bec1dc6c Author: Tor Lillqvist <tlillqv...@suse.com> Date: Mon Jul 29 10:30:08 2013 +0300 WaE: unreferenced local variable Change-Id: I1f3ef8611a82e2981f470c9a98e8d98085ed2002 diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index bde6cca..1dc8f60 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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits