mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
Added .cpp files for all records
This commit is contained in:
10
MsBinaryFile/PptFile/Records/TextCFException9.cpp
Normal file
10
MsBinaryFile/PptFile/Records/TextCFException9.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include "TextCFException9.h"
|
||||
|
||||
|
||||
void STextCFException9::ReadFromStream(POLE::Stream *pStream)
|
||||
{
|
||||
m_masks.ReadFromStream(pStream);
|
||||
|
||||
if (m_masks.m_pp10ext)
|
||||
m_pp10runid = 0xF & StreamUtils::ReadDWORD(pStream);
|
||||
}
|
||||
Reference in New Issue
Block a user