mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
DocFormat - bug 31338
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@67372 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
105220f566
commit
2005efd645
@ -571,7 +571,10 @@ namespace DocFileFormat
|
||||
m_pXmlWriter->WriteNodeEnd( _T( "w:object" ) );
|
||||
}
|
||||
|
||||
this->_skipRuns = 5;
|
||||
if (search(f.begin(), f.end(), embed.begin(), embed.end()) != f.end() )
|
||||
this->_skipRuns = 3;
|
||||
else
|
||||
this->_skipRuns = 5;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@ -107,8 +107,8 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions="_DEBUG;_LIB;USE_ATL_CSTRINGS;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED;USE_LITE_READER;_USE_XMLLITE_READER_"
|
||||
AdditionalIncludeDirectories="C:\_WORK\trunk\ServerComponents\Common\DocxFormat\Source\XML\libxml2\XML\include"
|
||||
PreprocessorDefinitions="_DEBUG;_LIB;USE_LITE_READER;_USE_XMLLITE_READER_;_USE_LIBXML2_READER_;LIBXML_READER_ENABLED"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
|
||||
Reference in New Issue
Block a user