summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-03-06 16:21:47 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-03-07 09:38:04 +0100
commit2a3c3b32cae53698ed8a35292ffebf35d9f5b0d8 (patch)
tree9dacd22ade508040ad8b45c8bf8bfbab40f3019e /sw
parentif build fail, show broken module name (diff)
downloadcore-2a3c3b32cae53698ed8a35292ffebf35d9f5b0d8.tar.gz
core-2a3c3b32cae53698ed8a35292ffebf35d9f5b0d8.zip
convert SwWW8ImplReader::simpleAddTextToParagraph to SAL_INFO()
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 3b34027c5e65..be321c8bc352 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -2931,9 +2931,7 @@ void SwWW8ImplReader::simpleAddTextToParagraph(const String& rAddString)
#if OSL_DEBUG_LEVEL > 1
{
rtl::OString sText(rtl::OUStringToOString(rAddString, RTL_TEXTENCODING_UTF8));
- ::std::clog <<
- "<addTextToParagraph>" << sText.getStr() << "</addTextToParagraph>"
- << ::std::endl;
+ SAL_INFO("sw.ww8", "<addTextToParagraph>" << sText.getStr() << "</addTextToParagraph>");
}
#endif