diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-03-06 16:21:47 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-03-07 09:38:04 +0100 |
commit | 2a3c3b32cae53698ed8a35292ffebf35d9f5b0d8 (patch) | |
tree | 9dacd22ade508040ad8b45c8bf8bfbab40f3019e /sw | |
parent | 27164d22884d27009057d13a86578419c100e2e2 (diff) |
convert SwWW8ImplReader::simpleAddTextToParagraph to SAL_INFO()
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 4 |
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 |