summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/shape.cxx
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@collabora.com>2013-10-07 19:19:10 +0530
committerMuthu Subramanian <sumuthu@collabora.com>2013-10-07 19:19:10 +0530
commit3243987ae5bc5b78809f554222fc3ee6b36f1a16 (patch)
tree677ea950e76cce36b91384ea525bef5179d70d3d /oox/source/drawingml/shape.cxx
parent4049f30a4a986591bd68e2473c61a4bd2a70f8b6 (diff)
n#819614: Fix for lines running off screens.
Diffstat (limited to 'oox/source/drawingml/shape.cxx')
-rw-r--r--oox/source/drawingml/shape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 2e460d3c53d2..5cd059ba7346 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -580,7 +580,7 @@ Reference< XShape > Shape::createAndInsert(
}
SAL_INFO("oox", "==cscode== shape name: '" << msName << "'");
- mpCustomShapePropertiesPtr->pushToPropSet( rFilterBase, xSet, mxShape );
+ mpCustomShapePropertiesPtr->pushToPropSet( rFilterBase, xSet, mxShape, maSize );
}
else if( getTextBody() )
getTextBody()->getTextProperties().pushVertSimulation();