From 25d7dffde13ecf32df1cce521a91c7075f372167 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 5 Jun 2012 15:55:13 +0200 Subject: oox::drawingml::TextParagraph: OSL_TRACE -> SAL_INFO Change-Id: I79af1d624c420dff87751691ff8aa484fd3de2b6 --- oox/source/drawingml/textparagraph.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oox') diff --git a/oox/source/drawingml/textparagraph.cxx b/oox/source/drawingml/textparagraph.cxx index 63a28452ba9e..adaae125969e 100644 --- a/oox/source/drawingml/textparagraph.cxx +++ b/oox/source/drawingml/textparagraph.cxx @@ -65,7 +65,7 @@ void TextParagraph::insertAt( sal_Int16 nLevel = maProperties.getLevel(); - OSL_TRACE("TextParagraph::insertAt() - level %d", nLevel); + SAL_INFO("oox", "TextParagraph::insertAt() - level " << nLevel); const TextParagraphPropertiesVector& rListStyle = rTextListStyle.getListStyle(); if ( nLevel >= static_cast< sal_Int16 >( rListStyle.size() ) ) @@ -143,7 +143,7 @@ void TextParagraph::insertAt( } catch( Exception & ) { - OSL_TRACE("OOX: exception in TextParagraph::insertAt"); + SAL_INFO("oox", "exception in TextParagraph::insertAt"); } } -- cgit