From c41e9c7c0a7a986c8ad87a4b8033843803792506 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Wed, 25 Apr 2012 19:52:13 +0200 Subject: fix few issues after SAL_INFO conversion --- oox/source/drawingml/shape.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oox') diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index 51803a6031e0..ad5dd59b04b4 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -561,7 +561,7 @@ Reference< XShape > Shape::createAndInsert( mpCustomShapePropertiesPtr->setTextRotateAngle( -nTextRotateAngle / 60000 ); } - SAL_INFO("oox", "==cscode== shape name: " << msName); + SAL_INFO("oox", "==cscode== shape name: '" << msName << "'"); mpCustomShapePropertiesPtr->pushToPropSet( rFilterBase, xSet, mxShape ); } else if( getTextBody() ) @@ -615,7 +615,7 @@ void Shape::moveAllToPosition( const Point &rPoint ) void Shape::setMasterTextListStyle( const TextListStylePtr& pMasterTextListStyle ) { - SAL_INFO("oox", "set master text list style to shape id: %s" << msId); + SAL_INFO("oox", "set master text list style to shape id: " << msId); mpMasterTextListStyle = pMasterTextListStyle; } -- cgit