Commit aad10c97 authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

include missed file

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58901 954022d7-b5bf-4e40-9824-e11837661b57
parent b82fdd50
......@@ -12,6 +12,8 @@
#include "../../ASCOfficeDocxFile2/DocWrapper/DocxSerializer.h"
#include "FontPicker.h"
#include "../../DesktopEditor/Common/File.h"
#define BYTE_SIZEOF sizeof(BYTE)
#define USHORT_SIZEOF sizeof(USHORT)
#define ULONG_SIZEOF sizeof(ULONG)
......@@ -195,6 +197,7 @@ namespace NSBinPptxRW
void CImageManager2::SaveImageAsPng(const CString& strFileSrc, const CString& strFileDst)
{
NSFile::CFileBinary oFile;
if (!oFile.OpenFile(std::wstring(strFileSrc.GetString())))
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment