diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/animimp.cxx | 3 |
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!"); } } |