From 96f2bac5f50a968e2d17ff7875f7580cd6afef3c Mon Sep 17 00:00:00 2001 From: "Alexander.Trofimov" Date: Mon, 12 May 2014 15:07:41 +0000 Subject: [PATCH] =?UTF-8?q?(1.0.0.118):=20XlsxSerializerCom=20xSplit=20?= =?UTF-8?q?=D0=B8=20ySplit=20=D0=BF=D0=B8=D1=88=D0=B5=D0=BC=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20read1=20+=20=D1=81=D0=BE=D0=B1=D1=80=D0=B0=D0=BB=20?= =?UTF-8?q?=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D1=83=20=D0=B1=D0=B5=D0=B7=20?= =?UTF-8?q?=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=D0=B4=D0=BD=D0=B8=D1=85=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BE=D0=BA=20=D0=B2=20common=20=D1=81=20?= =?UTF-8?q?=D1=86=D0=B2=D0=B5=D1=82=D0=B0=D0=BC=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55998 954022d7-b5bf-4e40-9824-e11837661b57 --- XlsxSerializerCom/Reader/BinaryWriter.h | 8 ++++---- XlsxSerializerCom/version.h | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/XlsxSerializerCom/Reader/BinaryWriter.h b/XlsxSerializerCom/Reader/BinaryWriter.h index d27fa5000a..82e921bef7 100644 --- a/XlsxSerializerCom/Reader/BinaryWriter.h +++ b/XlsxSerializerCom/Reader/BinaryWriter.h @@ -1872,16 +1872,16 @@ namespace BinXlsxRW { //XSplit if (oPane.m_oXSplit.IsInit()) { - m_oBcw.m_oStream.WriteByte(c_oSer_Pane::XSplit); - m_oBcw.m_oStream.WriteByte(c_oSerPropLenType::Double); + nCurPos = m_oBcw.WriteItemStart(c_oSer_Pane::XSplit); m_oBcw.m_oStream.WriteDouble(oPane.m_oXSplit->GetValue()); + m_oBcw.WriteItemEnd(nCurPos); } //YSplit if (oPane.m_oYSplit.IsInit()) { - m_oBcw.m_oStream.WriteByte(c_oSer_Pane::YSplit); - m_oBcw.m_oStream.WriteByte(c_oSerPropLenType::Double); + nCurPos = m_oBcw.WriteItemStart(c_oSer_Pane::YSplit); m_oBcw.m_oStream.WriteDouble(oPane.m_oYSplit->GetValue()); + m_oBcw.WriteItemEnd(nCurPos); } } diff --git a/XlsxSerializerCom/version.h b/XlsxSerializerCom/version.h index 1f5bf717de..8af573e685 100644 --- a/XlsxSerializerCom/version.h +++ b/XlsxSerializerCom/version.h @@ -2,6 +2,6 @@ //1 //0 //0 -//117 -#define INTVER 1,0,0,117 -#define STRVER "1,0,0,117\0" +//118 +#define INTVER 1,0,0,118 +#define STRVER "1,0,0,118\0"