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

(2.0.0.187): ASCOfficeDocxFile2

не сохраняются в pptx таблицы.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58599 954022d7-b5bf-4e40-9824-e11837661b57
parent 6875cc5a
......@@ -2,6 +2,6 @@
//2
//0
//0
//186
#define INTVER 2,0,0,186
#define STRVER "2,0,0,186\0"
//187
#define INTVER 2,0,0,187
#define STRVER "2,0,0,187\0"
......@@ -37,6 +37,8 @@ namespace PPTX
lstStyle = oSrc.lstStyle;
Paragrs = oSrc.Paragrs;
m_ns = oSrc.m_ns;
return *this;
}
......
......@@ -2336,7 +2336,7 @@ namespace BinXlsxRW {
int res = c_oSerConstants::ReadOk;
if(c_oSerWorksheetsTypes::Drawing == type)
{
OOX::Spreadsheet::CCellAnchor* pCellAnchor = new OOX::Spreadsheet::CCellAnchor();
OOX::Spreadsheet::CCellAnchor* pCellAnchor = new OOX::Spreadsheet::CCellAnchor(SimpleTypes::Spreadsheet::CCellAnchorType<>());
res = Read1(length, &BinaryWorksheetsTableReader::ReadDrawing, this, pCellAnchor);
pDrawing->m_arrItems.push_back(pCellAnchor);
}
......
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