mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 11:55:36 +08:00
10 lines
229 B
C++
10 lines
229 B
C++
#include "VisualPageAtom.h"
|
|
|
|
|
|
void CRecordVisualPageAtom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
m_oHeader = oHeader;
|
|
|
|
m_eType = (TimeVisualElementEnum) StreamUtils::ReadDWORD ( pStream );
|
|
}
|