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