diff options
-rw-r--r-- | sd/source/filter/eppt/pptx-epptooxml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx index 2129b7f6bcaa..51c70d4b40d1 100644 --- a/sd/source/filter/eppt/pptx-epptooxml.cxx +++ b/sd/source/filter/eppt/pptx-epptooxml.cxx @@ -938,7 +938,7 @@ void PowerPointExport::WriteAnimationAttributeName(const FSHelperPtr& pFS, const } else { - SAL_INFO("sd.eppt", "unhandled animation attribute name: " << rAttributeName); + SAL_WARN("sd.eppt", "unhandled animation attribute name: " << rAttributeName); } pFS->endElementNS(XML_p, XML_attrNameLst); |