[Libreoffice-commits] core.git: svx/source

Caolán McNamara caolanm at redhat.com
Wed Apr 19 11:46:29 UTC 2017


 svx/source/svdraw/svdoole2.cxx |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 62f280a1ebc5656fa8587a0afe84a49fa7afc6ac
Author: Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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);
         }
     }
 }


More information about the Libreoffice-commits mailing list