Commit 350af788 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent 15dbdb67
......@@ -599,6 +599,7 @@ public:
int Open_docx(CAtlArray<CString>& oFiles, int nStart)
{
m_pDataCur = m_pData;
m_pDataCur += 4;
int nCountData = 0;
......@@ -652,6 +653,7 @@ public:
int Open_excel(CAtlArray<CString>& oFiles, int nStart)
{
m_pDataCur = m_pData;
m_pDataCur += 4;
int nCountData = 0;
......
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