Commit e947c91a authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent ef53ac4c
...@@ -1199,10 +1199,10 @@ std::wstring RtfStyle::RenderToOOXBegin(RenderParameter oRenderParameter) ...@@ -1199,10 +1199,10 @@ std::wstring RtfStyle::RenderToOOXBegin(RenderParameter oRenderParameter)
if( 1 == m_bHidden ) sResult += L"<w:hidden/>"; if( 1 == m_bHidden ) sResult += L"<w:hidden/>";
if( 1 == m_bLocked ) sResult += L"<w:locked/>"; if( 1 == m_bLocked ) sResult += L"<w:locked/>";
if( 1 == m_bPersonal ) sResult += L"<w:personal w:val=\"true\" />"; if( 1 == m_bPersonal ) sResult += L"<w:personal w:val=\"true\" />";
//if( 1 == m_bCompose ) sResult += L"<w:personalCompose w:val=\"true\" />"; if( 1 == m_bCompose ) sResult += L"<w:personalCompose w:val=\"true\" />";
if( 1 == m_bReply ) sResult += L"<w:personalReply w:val=\"true\" />"; if( 1 == m_bReply ) sResult += L"<w:personalReply w:val=\"true\" />";
if( 1 == m_nSemiHidden ) sResult += L"<w:semiHidden/>"; if( 1 == m_nSemiHidden ) sResult += L"<w:semiHidden/>";
if( 1 == m_bQFormat ) sResult += L"<w:qformat/>"; if( 1 == m_bQFormat ) sResult += L"<w:qFormat/>";
if( 1 == m_bUnhiddenWhenUse ) sResult += L"<w:unhideWhenUsed/>"; if( 1 == m_bUnhiddenWhenUse ) sResult += L"<w:unhideWhenUsed/>";
if( PROP_DEF != m_nPriority ) sResult += L"<w:uiPriority w:val=\"" + std::to_wstring(m_nPriority) + L"\"/>"; if( PROP_DEF != m_nPriority ) sResult += L"<w:uiPriority w:val=\"" + std::to_wstring(m_nPriority) + L"\"/>";
......
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