summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-19 10:42:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-19 13:46:01 +0200
commit62f280a1ebc5656fa8587a0afe84a49fa7afc6ac (patch)
tree021ab8b48707b70928818ab95e781fca2a1b44ea /svx
parent81b512f3ef39c448b34f7cf52832be883d9ebd0c (diff)
basic message is enough here
Change-Id: Ifcd79abe8641894be836642586c65180cbaad8aa Reviewed-on: https://gerrit.libreoffice.org/36681 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdoole2.cxx7
1 files changed, 3 insertions, 4 deletions
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);
}
}
}