Kaydet (Commit) 81df97ca authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unreferenced local variable

Change-Id: I1f3ef8611a82e2981f470c9a98e8d98085ed2002
üst bd8d3ac6
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment