Author: alg Date: Mon Sep 24 16:26:02 2012 New Revision: 1389474 URL: http://svn.apache.org/viewvc?rev=1389474&view=rev Log: #119920# corrected typo
Modified: incubator/ooo/trunk/main/oox/source/drawingml/shape.cxx Modified: incubator/ooo/trunk/main/oox/source/drawingml/shape.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/oox/source/drawingml/shape.cxx?rev=1389474&r1=1389473&r2=1389474&view=diff ============================================================================== --- incubator/ooo/trunk/main/oox/source/drawingml/shape.cxx (original) +++ incubator/ooo/trunk/main/oox/source/drawingml/shape.cxx Mon Sep 24 16:26:02 2012 @@ -476,7 +476,7 @@ Reference< XShape > Shape::createAndInse if ( mbFlipV ) mpCustomShapePropertiesPtr->setMirroredY( sal_True ); - // #119920 Handle missing text rotation + // #119920# Handle missing text rotation if(getTextBody()) { const sal_Int32 nTextRotation(getTextBody()->getTextProperties().moRotation.get(0));