remove iostream includes and using namespace in header file

This commit is contained in:
Ivan Morozov
2022-12-10 14:54:44 +03:00
parent 3cd9e6d397
commit 676cdaf04a
13 changed files with 48 additions and 53 deletions

View File

@ -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),