mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 22:01:45 +08:00
Added .cpp files for all records
This commit is contained in:
8
MsBinaryFile/PptFile/Records/CString.cpp
Normal file
8
MsBinaryFile/PptFile/Records/CString.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include "CString.h"
|
||||
|
||||
|
||||
void CRecordCString::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
||||
{
|
||||
m_oHeader = oHeader;
|
||||
m_strText = StreamUtils::ReadStringW(pStream, m_oHeader.RecLen / 2);
|
||||
}
|
||||
Reference in New Issue
Block a user