summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2020-10-04 22:03:46 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2020-10-04 22:12:16 +0200
commit83e445cd2d6b59845a330e990aa56c027f8fa85e (patch)
treeb6ec9bf9e23eb781b547f977d77c769c5ac4db62 /xmloff
parent6923b1d527fa86fac8439b881d4ad468b765e915 (diff)
use more TOOLS_WARN_EXCEPTION
Change-Id: I269f88d82680f6a969a8bf582f0ae00cc7636509 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103925 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/animimp.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/source/draw/animimp.cxx b/xmloff/source/draw/animimp.cxx
index 7e1d0e3c8cf5..490203eaffad 100644
--- a/xmloff/source/draw/animimp.cxx
+++ b/xmloff/source/draw/animimp.cxx
@@ -584,7 +584,8 @@ void XMLAnimationsEffectContext::endFastElement(sal_Int32 )
}
catch (const Exception&)
{
- TOOLS_WARN_EXCEPTION("xmloff.draw", "exception caught while importing animation information!");
+ TOOLS_WARN_EXCEPTION("xmloff.draw",
+ "exception caught while importing animation information!");
}
}