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:
parent
2f88fd3f94
commit
309658bd85
1 changed files with 1 additions and 2 deletions
|
@ -358,8 +358,7 @@ void TableCell::pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase, ::oo
|
||||||
aFillProperties.pushToPropMap( aPropMap, rFilterBase.getGraphicHelper() );
|
aFillProperties.pushToPropMap( aPropMap, rFilterBase.getGraphicHelper() );
|
||||||
PropertySet( xPropSet ).setProperties( aPropMap );
|
PropertySet( xPropSet ).setProperties( aPropMap );
|
||||||
|
|
||||||
if( getTextBody() )
|
getTextBody()->insertAt( rFilterBase, xText, xAt, aTextStyleProps, pMasterTextListStyle );
|
||||||
getTextBody()->insertAt( rFilterBase, xText, xAt, aTextStyleProps, pMasterTextListStyle );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} } }
|
} } }
|
||||||
|
|
Loading…
Reference in a new issue