mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
11 lines
242 B
C++
11 lines
242 B
C++
#include "TimeAnimationValueAtom.h"
|
|
|
|
using namespace PPT;
|
|
|
|
void CRecordTimeAnimationValueAtom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
m_oHeader = oHeader;
|
|
|
|
m_nTime = StreamUtils::ReadDWORD ( pStream );
|
|
}
|