mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 02:44:13 +08:00
9 lines
210 B
C++
9 lines
210 B
C++
#include "NotesPersistAtom.h"
|
|
|
|
using namespace PPT;
|
|
|
|
void CRecordNotesPersistAtom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
return CUnknownRecord::ReadFromStream(oHeader, pStream);
|
|
}
|