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