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 "PointStruct.h"
|
||||
|
||||
|
||||
void PPT_FORMAT::PointStruct::ReadFromStream(POLE::Stream *pStream)
|
||||
void PPT::PointStruct::ReadFromStream(POLE::Stream *pStream)
|
||||
{
|
||||
m_x = StreamUtils::ReadLONG(pStream);
|
||||
m_y = StreamUtils::ReadLONG(pStream);
|
||||
|
||||
Reference in New Issue
Block a user