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

x2t linux 64 build (libUnicodeConverter.so пересобран потому что в Revision:...

x2t linux 64 build (libUnicodeConverter.so пересобран потому что в Revision: 65221 зависимости от ucnv_open_52)


git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65240 954022d7-b5bf-4e40-9824-e11837661b57
parent 15399c64
......@@ -20,7 +20,7 @@
#include "../../../../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTShape/ElementSettings.h"
#include "../../../../DesktopEditor/raster/BgraFrame.h"
#include "../../../../Common/DocxFormat/source/Base/Types_32.h"
#include "../../../../Common/DocxFormat/Source/Base/Types_32.h"
const double EMU_MM = 36000;
......@@ -757,12 +757,12 @@ public:
unsigned short nElems;
nElems = pProperty->m_lValue;
_INT32* compl = (_INT32*)pProperty->m_pOptions;
_INT32* pCompl = (_INT32*)pProperty->m_pOptions;
while(nElems--)
{
_a a1;
a1.color = *compl; compl++;
a1.position = *compl; compl++;
a1.color = *pCompl; pCompl++;
a1.position = *pCompl; pCompl++;
colors.push_back(a1);
}
......
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