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