mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 02:44:13 +08:00
8 lines
189 B
C++
8 lines
189 B
C++
#include "ShapeFlags10Atom.h"
|
|
|
|
|
|
void CRecordShapeFlags10Atom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
return CUnknownRecord::ReadFromStream(oHeader, pStream);
|
|
}
|