From 2a3c3b32cae53698ed8a35292ffebf35d9f5b0d8 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 6 Mar 2012 16:21:47 +0100 Subject: convert SwWW8ImplReader::simpleAddTextToParagraph to SAL_INFO() --- sw/source/filter/ww8/ww8par.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sw') 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 << - "" << sText.getStr() << "" - << ::std::endl; + SAL_INFO("sw.ww8", "" << sText.getStr() << ""); } #endif -- cgit