Commit da1e4f6c authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

merge from branches\Docx2DoctConverter Revision: 59893

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59894 954022d7-b5bf-4e40-9824-e11837661b57
parent c04b7838
...@@ -2371,7 +2371,7 @@ namespace BinXlsxRW { ...@@ -2371,7 +2371,7 @@ namespace BinXlsxRW {
else if(c_oSer_DrawingType::Ext == type) else if(c_oSer_DrawingType::Ext == type)
{ {
pCellAnchor->m_oExt.Init(); pCellAnchor->m_oExt.Init();
res = Read1(length, &BinaryWorksheetsTableReader::ReadExt, this, pCellAnchor->m_oExt.GetPointer()); res = Read2(length, &BinaryWorksheetsTableReader::ReadExt, this, pCellAnchor->m_oExt.GetPointer());
} }
else if(c_oSer_DrawingType::Pic == type) else if(c_oSer_DrawingType::Pic == type)
{ {
......
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