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

правка путей к Shapes

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65743 954022d7-b5bf-4e40-9824-e11837661b57
parent 9abdbadb
......@@ -2,23 +2,23 @@
#pragma once
#ifdef PPT_DEF
#include "../../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTShape/Formula.cpp"
#include "../../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTShape/PPTShape.cpp"
#include "./Shapes/BaseShape/PPTShape/Formula.cpp"
#include "./Shapes/BaseShape/PPTShape/PPTShape.cpp"
#ifndef BASE_SHAPE
#define BASE_SHAPE
#endif
#endif
#ifdef PPTX_DEF
#include "../../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTXShape/Formula.cpp"
#include "../../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTXShape/PPTXShape.cpp"
#include "./Shapes/BaseShape/PPTXShape/Formula.cpp"
#include "./Shapes/BaseShape/PPTXShape/PPTXShape.cpp"
#ifndef BASE_SHAPE
#define BASE_SHAPE
#endif
#include "../../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTShape/ppt2pptxshapeconverter.h"
#include "./Shapes/BaseShape/PPTShape/ppt2pptxshapeconverter.h"
#endif
#ifdef BASE_SHAPE
#include "./OfficeDrawing/Shapes/BaseShape/BaseShape.cpp"
#include "./Shapes/BaseShape/BaseShape.cpp"
#endif
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