Improved error reporting
Change-Id: I5e9bb4c5ebfc92547e13d4ec04ce1af85591c4a5
This commit is contained in:
parent
c92c5c6bee
commit
89ef290c89
1 changed files with 2 additions and 2 deletions
|
@ -839,9 +839,9 @@ void SvxPathTabPage::SetPathList(
|
|||
pImpl->m_xPathSettings->setPropertyValue( sProp, aValue );
|
||||
}
|
||||
}
|
||||
catch( const Exception& )
|
||||
catch( const Exception& e )
|
||||
{
|
||||
OSL_FAIL( "SvxPathTabPage::SetPathList(): caught an exception!" );
|
||||
SAL_WARN("cui", "caught: " << e.Message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue