mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 02:44:13 +08:00
Added .cpp files for all records
This commit is contained in:
8
MsBinaryFile/PptFile/Structures/PointStruct.cpp
Normal file
8
MsBinaryFile/PptFile/Structures/PointStruct.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include "PointStruct.h"
|
||||
|
||||
|
||||
void PPT_FORMAT::PointStruct::ReadFromStream(POLE::Stream *pStream)
|
||||
{
|
||||
m_x = StreamUtils::ReadLONG(pStream);
|
||||
m_y = StreamUtils::ReadLONG(pStream);
|
||||
}
|
||||
Reference in New Issue
Block a user