mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 02:44:13 +08:00
12 lines
245 B
C++
12 lines
245 B
C++
#include "TextCFException9.h"
|
|
|
|
using namespace PPT;
|
|
|
|
void STextCFException9::ReadFromStream(POLE::Stream *pStream)
|
|
{
|
|
m_masks.ReadFromStream(pStream);
|
|
|
|
if (m_masks.m_pp10ext)
|
|
m_pp10runid = 0xF & StreamUtils::ReadDWORD(pStream);
|
|
}
|