Move DBG_ERROR to OSL_FAIL (multiline)
This commit is contained in:
parent
e9b90a771e
commit
2c5e690eb8
@ -880,7 +880,7 @@ bool SlideshowImpl::startPreview(
|
|||||||
catch( Exception& e )
|
catch( Exception& e )
|
||||||
{
|
{
|
||||||
(void)e;
|
(void)e;
|
||||||
DBG_ERROR(
|
OSL_FAIL(
|
||||||
(OString("sd::SlideshowImpl::startPreview(), "
|
(OString("sd::SlideshowImpl::startPreview(), "
|
||||||
"exception caught: ") +
|
"exception caught: ") +
|
||||||
rtl::OUStringToOString(
|
rtl::OUStringToOString(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user