WaE: unreferenced local variable

Change-Id: I1f3ef8611a82e2981f470c9a98e8d98085ed2002
This commit is contained in:
Tor Lillqvist
2013-07-29 10:30:08 +03:00
parent bd8d3ac666
commit 81df97ca2f

View File

@@ -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();