mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
remove iostream includes and using namespace in header file
This commit is contained in:
@ -50,6 +50,8 @@
|
||||
#define DOCUMENT_SUMMARY_STREAM L"DocumentSummaryInformation"
|
||||
#define SUMMARY_STREAM L"SummaryInformation"
|
||||
|
||||
using namespace PPT;
|
||||
|
||||
CPPTFileReader::CPPTFileReader(POLE::Storage *pStorage, std::wstring strTemp):
|
||||
m_pStorage(pStorage),
|
||||
m_bIsPPTFile(false),
|
||||
|
||||
Reference in New Issue
Block a user