mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 03:42:47 +08:00
19 lines
271 B
C++
19 lines
271 B
C++
#include "TextBox.h"
|
|
|
|
using namespace PPT;
|
|
|
|
CRecordTextBox::CRecordTextBox()
|
|
{
|
|
|
|
}
|
|
|
|
CRecordTextBox::~CRecordTextBox()
|
|
{
|
|
|
|
}
|
|
|
|
void CRecordTextBox::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
return CUnknownRecord::ReadFromStream(oHeader, pStream);
|
|
}
|