mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-14 01:43:39 +08:00
Added .cpp files for all records
This commit is contained in:
8
MsBinaryFile/PptFile/Records/TextMasterStyle9Level.cpp
Normal file
8
MsBinaryFile/PptFile/Records/TextMasterStyle9Level.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include "TextMasterStyle9Level.h"
|
||||
|
||||
|
||||
void STextMasterStyle9Level::ReadFromStream(POLE::Stream *pStream)
|
||||
{
|
||||
m_pf9.ReadFromStream(pStream);
|
||||
m_cf9.ReadFromStream(pStream);
|
||||
}
|
||||
Reference in New Issue
Block a user