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

Tor Lillqvist tml at collabora.com
Fri Apr 4 00:15:24 PDT 2014


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

New commits:
commit f565646382e1383276bcf4cac30b614cdaccc056
Author: Tor Lillqvist <tml at 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;
     }
 


More information about the Libreoffice-commits mailing list