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

g_nCurFormatVersion

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@56128 954022d7-b5bf-4e40-9824-e11837661b57
parent f1bddf1b
......@@ -2023,7 +2023,7 @@ namespace BinXlsxRW {
{
pCol->m_oWidth.Init();
pCol->m_oWidth->SetValue(m_oBufferedStream.ReadDouble());
if(g_nFormatVersion < 2)
if(g_nCurFormatVersion < 2)
{
pCol->m_oCustomWidth.Init();
pCol->m_oCustomWidth->SetValue(SimpleTypes::onoffTrue);
......
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