mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
bug в tpalist3103.rtf
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62579 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
3f3414e50c
commit
947e8663e9
@ -231,7 +231,8 @@ public: CString RenderToOOX(RenderParameter oRenderParameter)
|
||||
}
|
||||
else
|
||||
{
|
||||
if( m_oResult->GetCount() <= 1 )
|
||||
nIndex = sInsertText.Find( _T("PRIVATE") );
|
||||
if( m_oResult->GetCount() <= 1 && nIndex < 0)
|
||||
{
|
||||
RenderParameter oNewParametr = oRenderParameter;
|
||||
oNewParametr.nType = RENDER_TO_OOX_PARAM_PLAIN;
|
||||
|
||||
Reference in New Issue
Block a user