summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-04 10:13:11 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-04 10:14:12 +0300
commitf565646382e1383276bcf4cac30b614cdaccc056 (patch)
tree84ec0db7766666fdea327751829644d936e53041 /oox
parentcb1384b324580f23f652a1d8b922e94a7a212f1e (diff)
Turn an unhelpful SAL_WARN into a SAL_INFO
Change-Id: Ic5551e915e724957fed74770b405c39c4e601cda
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/textcharacterpropertiescontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/textcharacterpropertiescontext.cxx b/oox/source/drawingml/textcharacterpropertiescontext.cxx
index 7bedd8e2f7a1..898806ebb2aa 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;
}