Reverting superfluous commit 36233b158b

w.r.t David Tardon's suggestion, table cell now always has
textbody. commit: 772699ac1f
Hence reverting this.
This commit is contained in:
Muthu Subramanian 2012-08-17 16:13:56 +05:30
parent 2f88fd3f94
commit 309658bd85

View file

@ -358,7 +358,6 @@ void TableCell::pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase, ::oo
aFillProperties.pushToPropMap( aPropMap, rFilterBase.getGraphicHelper() );
PropertySet( xPropSet ).setProperties( aPropMap );
if( getTextBody() )
getTextBody()->insertAt( rFilterBase, xText, xAt, aTextStyleProps, pMasterTextListStyle );
}