diff --git a/ASCOfficePPTFile/PPTFormatLib/PPTFormatLib.h b/ASCOfficePPTFile/PPTFormatLib/PPTFormatLib.h index 0ad2adef83..2274b46bd8 100644 --- a/ASCOfficePPTFile/PPTFormatLib/PPTFormatLib.h +++ b/ASCOfficePPTFile/PPTFormatLib/PPTFormatLib.h @@ -31,7 +31,7 @@ */ #pragma once -#include "../../../DesktopEditor/common/ASCVariant.h" +#include "../../DesktopEditor/common/ASCVariant.h" #include diff --git a/Common/3dParty/openssl/build.sh b/Common/3dParty/openssl/build.sh old mode 100644 new mode 100755 diff --git a/Common/3dParty/openssl/fetch.sh b/Common/3dParty/openssl/fetch.sh old mode 100644 new mode 100755 diff --git a/Common/DocxFormat/Source/Base/Base.h b/Common/DocxFormat/Source/Base/Base.h index bc4340203d..1e9bd1bcc6 100644 --- a/Common/DocxFormat/Source/Base/Base.h +++ b/Common/DocxFormat/Source/Base/Base.h @@ -37,7 +37,7 @@ #include "unicode_util.h" -#include "../../../DesktopEditor/common/File.h" +#include "../../../../DesktopEditor/common/File.h" #define _T(x) __T(x) #define __T(x) L##x diff --git a/Common/DocxFormat/Source/DocxFormat/WritingElement.h b/Common/DocxFormat/Source/DocxFormat/WritingElement.h index a7a0dc3ae3..01a5928936 100644 --- a/Common/DocxFormat/Source/DocxFormat/WritingElement.h +++ b/Common/DocxFormat/Source/DocxFormat/WritingElement.h @@ -31,7 +31,7 @@ */ #pragma once -#include "../../../DesktopEditor/xml/include/xmlutils.h" +#include "../../../../DesktopEditor/xml/include/xmlutils.h" namespace OOX