summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoole2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdoole2.cxx')
-rw-r--r--svx/source/svdraw/svdoole2.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx
index 625f9ea1fd9a..02a41ca31e0a 100644
--- a/svx/source/svdraw/svdoole2.cxx
+++ b/svx/source/svdraw/svdoole2.cxx
@@ -911,8 +911,7 @@ void SdrOle2Obj::CheckFileLink_Impl()
}
catch (const css::uno::Exception& e)
{
- SAL_WARN("svx", "SdrOle2Obj::CheckFileLink_Impl(),"
- "exception caught: " << e.Message);
+ SAL_WARN("svx", "SdrOle2Obj::CheckFileLink_Impl(), " << e);
}
}
}