Commit 7388bf87 authored by Oleg Korshul's avatar Oleg Korshul

refactoring

parent 493238d6
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
*/ */
#pragma once #pragma once
#include "../../../DesktopEditor/common/ASCVariant.h" #include "../../DesktopEditor/common/ASCVariant.h"
#include <vector> #include <vector>
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "unicode_util.h" #include "unicode_util.h"
#include "../../../DesktopEditor/common/File.h" #include "../../../../DesktopEditor/common/File.h"
#define _T(x) __T(x) #define _T(x) __T(x)
#define __T(x) L##x #define __T(x) L##x
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
*/ */
#pragma once #pragma once
#include "../../../DesktopEditor/xml/include/xmlutils.h" #include "../../../../DesktopEditor/xml/include/xmlutils.h"
namespace OOX namespace OOX
......
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