svx/source/svdraw/svdoole2.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
New commits: commit 62f280a1ebc5656fa8587a0afe84a49fa7afc6ac Author: Caolán McNamara <caol...@redhat.com> Date: Wed Apr 19 10:42:11 2017 +0100 basic message is enough here Change-Id: Ifcd79abe8641894be836642586c65180cbaad8aa Reviewed-on: https://gerrit.libreoffice.org/36681 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx index 368417306bac..2eb2e5bf0247 100644 --- a/svx/source/svdraw/svdoole2.cxx +++ b/svx/source/svdraw/svdoole2.cxx @@ -945,11 +945,10 @@ void SdrOle2Obj::CheckFileLink_Impl() } } } - catch (const css::uno::Exception&) + catch (const css::uno::Exception& e) { - SAL_WARN( "svx", "SdrOle2Obj::CheckFileLink_Impl()," - "exception caught: " - << comphelper::anyToString(cppu::getCaughtException() ) ); + SAL_WARN("svx", "SdrOle2Obj::CheckFileLink_Impl()," + "exception caught: " << e.Message); } } }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits