mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 22:01:45 +08:00
Added .cpp files for all records
This commit is contained in:
6
MsBinaryFile/PptFile/Records/NormalViewSetInfoAtom.cpp
Normal file
6
MsBinaryFile/PptFile/Records/NormalViewSetInfoAtom.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "NormalViewSetInfoAtom.h"
|
||||
|
||||
void CRecordNormalViewSetInfoAtom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
||||
{
|
||||
return CUnknownRecord::ReadFromStream(oHeader, pStream);
|
||||
}
|
||||
Reference in New Issue
Block a user