summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2012-04-25 19:52:13 +0200
committerRadek Doulik <rodo@novell.com>2012-04-25 19:53:16 +0200
commitc41e9c7c0a7a986c8ad87a4b8033843803792506 (patch)
tree0efc708734eb34109f22b43ec9c4e75d6d29423f /oox
parentbb8df514c22b805e8ab3dbe35fbed6d891882187 (diff)
fix few issues after SAL_INFO conversion
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/shape.cxx4
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;
}