[Libreoffice-commits] core.git: xmloff/source
Tor Lillqvist
tlillqvist at suse.com
Mon Jul 29 00:32:47 PDT 2013
xmloff/source/core/xmlimp.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 81df97ca2f725ed749f674ed87d3aa04bec1dc6c
Author: Tor Lillqvist <tlillqvist at 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();
More information about the Libreoffice-commits
mailing list