Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaSubbotina committed Feb 22, 2024
1 parent c1025cf commit 620827a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OOXML/Binary/Sheets/Reader/BinaryWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3809,7 +3809,7 @@ void BinaryWorkbookTableWriter::WriteMdx(OOX::Spreadsheet::CMdx* pMdx)
}
if (pMdx->m_oF.IsInit())
{
int nCurPos = m_oBcw.WriteItemStart(c_oSer_MdxMetadata::NameIndex);
int nCurPos = m_oBcw.WriteItemStart(c_oSer_MdxMetadata::FunctionTag);
m_oBcw.m_oStream.WriteBYTE(pMdx->m_oF->GetValue());
m_oBcw.WriteItemWithLengthEnd(nCurPos);
}
Expand Down

0 comments on commit 620827a

Please sign in to comment.