mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
14 lines
358 B
C++
14 lines
358 B
C++
#include "DocumentTextInfo.h"
|
|
|
|
using namespace PPT;
|
|
|
|
void CRecordDocumentTextInfo::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
CRecordsContainer::ReadFromStream(oHeader, pStream);
|
|
}
|
|
|
|
void CRecordFontCollection::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
CRecordsContainer::ReadFromStream(oHeader, pStream);
|
|
}
|