[Libreoffice-commits] .: oox/source
Radek DoulÃk
rodo at kemper.freedesktop.org
Wed Apr 25 10:56:40 PDT 2012
oox/source/drawingml/shape.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c41e9c7c0a7a986c8ad87a4b8033843803792506
Author: Radek Doulik <rodo at novell.com>
Date: Wed Apr 25 19:52:13 2012 +0200
fix few issues after SAL_INFO conversion
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 51803a6..ad5dd59 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;
}
More information about the Libreoffice-commits
mailing list