mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
9 lines
204 B
C++
9 lines
204 B
C++
#include "ExOleLinkAtom.h"
|
|
|
|
using namespace PPT;
|
|
|
|
void CRecordExOleLinkAtom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
return CUnknownRecord::ReadFromStream(oHeader, pStream);
|
|
}
|