diff options
author | Radek Doulik <rodo@novell.com> | 2012-04-25 19:52:13 +0200 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2012-04-25 19:53:16 +0200 |
commit | c41e9c7c0a7a986c8ad87a4b8033843803792506 (patch) | |
tree | 0efc708734eb34109f22b43ec9c4e75d6d29423f /oox | |
parent | bb8df514c22b805e8ab3dbe35fbed6d891882187 (diff) |
fix few issues after SAL_INFO conversion
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/shape.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |