diff options
author | Muthu Subramanian <sumuthu@suse.com> | 2013-08-15 22:56:23 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2013-08-15 22:56:23 +0530 |
commit | e4c052103bc03d87ca00f68738c86a0722447ff4 (patch) | |
tree | 4da77e3f306b12fb17e8e73d1e4b2a6ea67861c2 /oox | |
parent | 1a4cba3fc9c991cceb88028c562d99be22caf407 (diff) |
Reverting fix - because the unit test seems to be failing.
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/shape.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index 2e65b27de54e..64a7ab5df0a1 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -545,9 +545,6 @@ Reference< XShape > Shape::createAndInsert( { mpTextBody->getTextProperties().pushRotationAdjustments( mnRotation ); aShapeProps.assignUsed( mpTextBody->getTextProperties().maPropertyMap ); - // Push char properties as well - specifically useful when this is a placeholder - if( mpMasterTextListStyle && mpMasterTextListStyle->getListStyle()[0]->getTextCharacterProperties().moHeight.has() ) - aShapeProps[ PROP_CharHeight ] <<= GetFontHeight( mpMasterTextListStyle->getListStyle()[0]->getTextCharacterProperties().moHeight.get() ); } // applying properties |