remove template
This commit is contained in:
Elena.Subbotina
2024-02-08 15:09:27 +03:00
parent aaf9772805
commit ea9ef2349d
17 changed files with 431 additions and 178 deletions

View File

@ -45,7 +45,7 @@ namespace DocFileFormat
short cch = reader->ReadByte();
unsigned char *chars = reader->ReadBytes(cch, true);
FormatUtils::GetSTLCollectionFromBytes<std::wstring>( &(newObject->m_UserInitials), chars, cch , ENCODING_WINDOWS_1250);
FormatUtils::GetWStringFromBytes(newObject->m_UserInitials, chars, cch , ENCODING_WINDOWS_1250);
newObject->m_AuthorIndex = reader->ReadUInt16();
newObject->m_BookmarkId = reader->ReadInt16();