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

linux build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59045 954022d7-b5bf-4e40-9824-e11837661b57
parent d9c2d9da
......@@ -26,6 +26,7 @@
#include "../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTXShape/pptx2pptshapeconverter.h"
#include "PPTXFormat/PPTX.h"
#include "../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTXShape/PPTXShape.h"
#include "../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTShape/Formula.h"
const double g_emu_koef = 25.4 * 36000 / 72.0;
......
......@@ -3,10 +3,12 @@
#include "ElementSettings.h"
#include "../BaseShape.h"
#include "../../../Attributes.h"
#include "Formula.h"
namespace NSCustomVML
{
using namespace NSPresentationEditor;
using namespace NSGuidesVML;
class CSegment
{
......@@ -360,7 +362,7 @@ namespace NSCustomVML
if (0x0140 == param)
{
param_type = ptValue;
param_type = ptValue;
param_value = ShapeSizeVML / 2;
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