Improved error reporting

Change-Id: I5e9bb4c5ebfc92547e13d4ec04ce1af85591c4a5
This commit is contained in:
Stephan Bergmann 2012-05-03 08:44:19 +02:00
parent c92c5c6bee
commit 89ef290c89

View file

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