mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-10 23:03:14 +08:00
9 lines
205 B
C++
9 lines
205 B
C++
#include "OutlineTextRefAtom.h"
|
|
|
|
|
|
void CRecordOutlineTextRefAtom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
m_oHeader = oHeader;
|
|
m_nIndex = StreamUtils::ReadDWORD(pStream);
|
|
}
|