[Libreoffice-commits] .: oox/source
Miklos Vajna
vmiklos at kemper.freedesktop.org
Tue Jun 5 06:55:32 PDT 2012
oox/source/drawingml/textparagraph.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 25d7dffde13ecf32df1cce521a91c7075f372167
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Tue Jun 5 15:55:13 2012 +0200
oox::drawingml::TextParagraph: OSL_TRACE -> SAL_INFO
Change-Id: I79af1d624c420dff87751691ff8aa484fd3de2b6
diff --git a/oox/source/drawingml/textparagraph.cxx b/oox/source/drawingml/textparagraph.cxx
index 63a2845..adaae12 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");
}
}
More information about the Libreoffice-commits
mailing list