mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 02:44:13 +08:00
10 lines
226 B
C++
10 lines
226 B
C++
#include "OutlineTextRefAtom.h"
|
|
|
|
using namespace PPT;
|
|
|
|
void CRecordOutlineTextRefAtom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
m_oHeader = oHeader;
|
|
m_nIndex = StreamUtils::ReadDWORD(pStream);
|
|
}
|