oox/source/drawingml/textcharacterpropertiescontext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f565646382e1383276bcf4cac30b614cdaccc056
Author: Tor Lillqvist <t...@collabora.com>
Date:   Fri Apr 4 10:13:11 2014 +0300

    Turn an unhelpful SAL_WARN into a SAL_INFO
    
    Change-Id: Ic5551e915e724957fed74770b405c39c4e601cda

diff --git a/oox/source/drawingml/textcharacterpropertiescontext.cxx 
b/oox/source/drawingml/textcharacterpropertiescontext.cxx
index 7bedd8e..898806e 100644
--- a/oox/source/drawingml/textcharacterpropertiescontext.cxx
+++ b/oox/source/drawingml/textcharacterpropertiescontext.cxx
@@ -216,7 +216,7 @@ ContextHandlerRef 
TextCharacterPropertiesContext::onCreateContext( sal_Int32 aEl
             }
             break;
         default:
-            SAL_WARN("oox", "TextCharacterPropertiesContext::onCreateContext: 
unhandled element: " << getBaseToken(aElementToken));
+            SAL_INFO("oox", "TextCharacterPropertiesContext::onCreateContext: 
unhandled element: " << getBaseToken(aElementToken));
             break;
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to