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

Author: Sergey.Konovalov

(2.0.0.155): AVSOfficeDocxFile2
Проблема при открытии docx с комментариями, если paraId начинается с 0.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52720 954022d7-b5bf-4e40-9824-e11837661b57
parent 0709db52
...@@ -1411,7 +1411,7 @@ public: ...@@ -1411,7 +1411,7 @@ public:
IdCounter m_oFormatIdCounter; IdCounter m_oFormatIdCounter;
IdCounter m_oParaIdCounter; IdCounter m_oParaIdCounter;
public: public:
CComments() CComments():m_oParaIdCounter(1)
{ {
} }
~CComments() ~CComments()
......
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