Files
core/MsBinaryFile/PptFile/Records/LinkedShape10Atom.cpp
2022-11-28 17:37:12 +03:00

11 lines
280 B
C++

#include "LinkedShape10Atom.h"
void CRecordLinkedShape10Atom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
{
m_oHeader = oHeader;
m_nShapeIdRef = StreamUtils::ReadLONG(pStream);
m_nLinkedShapeIdRef = StreamUtils::ReadLONG(pStream);
}