[Libreoffice-commits] .: sw/source

Miklos Vajna vmiklos at kemper.freedesktop.org
Wed Mar 7 00:38:37 PST 2012


 sw/source/filter/ww8/ww8par.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 2a3c3b32cae53698ed8a35292ffebf35d9f5b0d8
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Tue Mar 6 16:21:47 2012 +0100

    convert SwWW8ImplReader::simpleAddTextToParagraph to SAL_INFO()

diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 3b34027..be321c8 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
 


More information about the Libreoffice-commits mailing list