Kaydet (Commit) 44e700f7 authored tarafından Justin Luth's avatar Justin Luth

tdf#97960 - .doc: preserve font size in empty cells

fixes regression from commit e1b12389.

Change-Id: Iccc10cdba89cdae6a5618d29022e0eaf609c9d6f
Reviewed-on: https://gerrit.libreoffice.org/22759Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJustin Luth <justin_luth@sil.org>
üst cb01ea92
......@@ -2334,7 +2334,7 @@ void MSWordExportBase::OutputTextNode( const SwTextNode& rNode )
WriteCR( pTextNodeInfoInner );
if ( bIsEndOfCell )
if ( (0 != nEnd) && bIsEndOfCell )
{
AttrOutput().OutputFKP(true);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment