RtfFormatWriter - review

This commit is contained in:
ElenaSubbotina
2016-11-13 17:24:10 +03:00
parent bf0b5a4b61
commit 6361ee6f39
14 changed files with 194 additions and 50 deletions

View File

@ -2317,7 +2317,7 @@ bool RtfParagraphPropDestination::ExecuteCommand(RtfDocument& oDocument, RtfRead
else if ( L"pntext" == sCommand )
{
//пропускаем списки office 95, если есть списки office 2007
if ( oDocument.m_oListTabel.GetCount() > 0 )
if ( oDocument.m_oListTable.GetCount() > 0 )
oAbstrReader.Skip( oDocument, oReader );
else
{
@ -2334,7 +2334,7 @@ bool RtfParagraphPropDestination::ExecuteCommand(RtfDocument& oDocument, RtfRead
}
else if ( L"pn" == sCommand )
{
if ( oDocument.m_oListTabel.GetCount() > 0 )
if ( oDocument.m_oListTable.GetCount() > 0 )
oAbstrReader.Skip( oDocument, oReader );
else
{