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