Commit 25b29d30 authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

linux build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59041 954022d7-b5bf-4e40-9824-e11837661b57
parent 98011191
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <atlcoll.h> #include <atlcoll.h>
#include <gdiplus.h> #include <gdiplus.h>
#else #else
#include "../../ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/linux_gdiplus.h" #include "../../../ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/linux_gdiplus.h"
#endif #endif
#include "Metric.h" #include "Metric.h"
......
#pragma once #pragma once
#include "Path.h" #include "Path.h"
#include "../../../Common/DocxFormat/Source/Common/SimpleTypes_Base.h"
namespace NSPresentationEditor namespace NSPresentationEditor
{ {
using namespace NSBaseShape; using namespace NSBaseShape;
...@@ -35,7 +35,7 @@ namespace NSPresentationEditor ...@@ -35,7 +35,7 @@ namespace NSPresentationEditor
return (*this); return (*this);
} }
}; };
//
class CBaseShape class CBaseShape
{ {
public: public:
...@@ -45,7 +45,7 @@ namespace NSPresentationEditor ...@@ -45,7 +45,7 @@ namespace NSPresentationEditor
LONG m_eJoin; LONG m_eJoin;
bool m_bConcentricFill; bool m_bConcentricFill;
std::vector<CPoint> m_arConnectors; std::vector<SimpleTypes::CPoint> m_arConnectors;
std::vector<LONG> m_arConnectorAngles; std::vector<LONG> m_arConnectorAngles;
std::vector<RECT> m_arTextRects; std::vector<RECT> m_arTextRects;
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#include "Formula.h" #include "Formula.h"
#include "../Path.h" #include "../Path.h"
#include "../PPTShape/Formula.h" #include "../PPTShape/Formula.h"
#include "../PPTXShape/PPTXShape.h"
#include "../PPTShape/PPTShape.h" #include "../PPTShape/PPTShape.h"
namespace NSGuidesVML namespace NSGuidesVML
{ {
#ifndef ENABLE_PPT_TO_PPTX_CONVERT #ifndef ENABLE_PPT_TO_PPTX_CONVERT
......
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