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

New commits:
commit e4c052103bc03d87ca00f68738c86a0722447ff4
Author: Muthu Subramanian <sumu...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to