summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoole2.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-06-17 08:22:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-06-18 08:06:53 +0200
commit4079282731cdf276715af6571786ab75845efc15 (patch)
tree1cb1fdfcd69fef31288475dc7ab4edf39afcf4c3 /svx/source/svdraw/svdoole2.cxx
parent129e799e1acf25d7dcd7ccf0438896cc125e7653 (diff)
loplugin:logexceptionnicely in svx
Change-Id: I741cf5befbec0c2ab353baae4865722ede993c2e Reviewed-on: https://gerrit.libreoffice.org/74143 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/svdraw/svdoole2.cxx')
-rw-r--r--svx/source/svdraw/svdoole2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx
index ceca9e1ef5ea..a795f07650da 100644
--- a/svx/source/svdraw/svdoole2.cxx
+++ b/svx/source/svdraw/svdoole2.cxx
@@ -950,9 +950,9 @@ void SdrOle2Obj::CheckFileLink_Impl()
}
}
}
- catch (const css::uno::Exception& e)
+ catch (const css::uno::Exception&)
{
- SAL_WARN("svx", "SdrOle2Obj::CheckFileLink_Impl(), " << e);
+ TOOLS_WARN_EXCEPTION("svx", "SdrOle2Obj::CheckFileLink_Impl()");
}
}
}