[Libreoffice-commits] core.git: oox/source

Muthu Subramanian sumuthu at suse.com
Thu Aug 15 10:07:27 PDT 2013


 oox/source/drawingml/shape.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit e4c052103bc03d87ca00f68738c86a0722447ff4
Author: Muthu Subramanian <sumuthu at suse.com>
Date:   Thu Aug 15 22:56:23 2013 +0530

    Reverting fix - because the unit test seems to be failing.

diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 2e65b27..64a7ab5 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


More information about the Libreoffice-commits mailing list