mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 03:42:47 +08:00
change namespace PPT_FORMAT -> PPT
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#include "SmallRectStruct.h"
|
||||
|
||||
|
||||
void PPT_FORMAT::SmallRectStruct::ReadFromStream(POLE::Stream *pStream)
|
||||
void PPT::SmallRectStruct::ReadFromStream(POLE::Stream *pStream)
|
||||
{
|
||||
m_nTop = StreamUtils::ReadSHORT(pStream);
|
||||
m_nLeft = StreamUtils::ReadSHORT(pStream);
|
||||
|
||||
Reference in New Issue
Block a user