Commit 2808a834 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent a4882d55
......@@ -84,7 +84,7 @@ CString RtfChar::renderTextToXML( CString sParam, bool bDelete )
CString sResult;
if( L"Text" == sParam )
{
if (bDelete)
if (bDelete == false)
{
sResult += L"<w:t xml:space= \"preserve\">";
sResult += Utils::PrepareToXML( m_sChars );
......
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