mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
Added .cpp files for all records
This commit is contained in:
9
MsBinaryFile/PptFile/Records/TextDefaults9Atom.cpp
Normal file
9
MsBinaryFile/PptFile/Records/TextDefaults9Atom.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include "TextDefaults9Atom.h"
|
||||
|
||||
|
||||
void CRecordTextDefaults9Atom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
||||
{
|
||||
m_oHeader = oHeader;
|
||||
m_cf9.ReadFromStream(pStream);
|
||||
m_pf9.ReadFromStream(pStream);
|
||||
}
|
||||
Reference in New Issue
Block a user