[Libreoffice-commits] core.git: sd/source

Jan Holesovsky kendy at collabora.com
Fri Sep 8 10:23:42 UTC 2017


 sd/source/filter/eppt/pptx-epptooxml.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 77b56b3bf670f6ea8dd98bbdbc4b45e0a5aa5dca
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Fri Sep 8 12:22:29 2017 +0200

    Actually this would be better as SAL_WARN.
    
    Change-Id: I11c92f451ec5dcc77a7dadb948c61680c3cce444

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);


More information about the Libreoffice-commits mailing list