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