mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
Added .cpp files for all records
This commit is contained in:
16
MsBinaryFile/PptFile/Records/TextHeaderAtom.cpp
Normal file
16
MsBinaryFile/PptFile/Records/TextHeaderAtom.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
#include "TextHeaderAtom.h"
|
||||
|
||||
|
||||
CRecordTextHeaderAtom::CRecordTextHeaderAtom()
|
||||
{
|
||||
}
|
||||
|
||||
CRecordTextHeaderAtom::~CRecordTextHeaderAtom()
|
||||
{
|
||||
}
|
||||
|
||||
void CRecordTextHeaderAtom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
||||
{
|
||||
m_oHeader = oHeader;
|
||||
m_nTextType = (UINT)StreamUtils::ReadDWORD(pStream);
|
||||
}
|
||||
Reference in New Issue
Block a user