WaE: unreferenced local variable
Change-Id: I1f3ef8611a82e2981f470c9a98e8d98085ed2002
This commit is contained in:
@@ -171,7 +171,7 @@ getBuildIdsProperty(uno::Reference<beans::XPropertySet> const& xImportInfo)
|
|||||||
return aBuildId;
|
return aBuildId;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception const& e)
|
catch (Exception const&)
|
||||||
{
|
{
|
||||||
SAL_WARN("xmloff.core", "exception getting BuildId");
|
SAL_WARN("xmloff.core", "exception getting BuildId");
|
||||||
DBG_UNHANDLED_EXCEPTION();
|
DBG_UNHANDLED_EXCEPTION();
|
||||||
@@ -849,7 +849,7 @@ void SAL_CALL SvXMLImport::setTargetDocument( const uno::Reference< lang::XCompo
|
|||||||
< SOFFICE_FILEFORMAT_8;
|
< SOFFICE_FILEFORMAT_8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (uno::Exception const& e)
|
catch (uno::Exception const&)
|
||||||
{
|
{
|
||||||
SAL_WARN("xmloff.core", "exception caught");
|
SAL_WARN("xmloff.core", "exception caught");
|
||||||
DBG_UNHANDLED_EXCEPTION();
|
DBG_UNHANDLED_EXCEPTION();
|
||||||
|
Reference in New Issue
Block a user