Files
core/ASCPresentationEditor/ASCPresentationEditorDef.h
Elen.Subbotina 14f9e4e475 linux build
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59298 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 23:29:37 +03:00

25 lines
700 B
C

// CASCPresentationEditor.h : Declaration of the CASCOfficeViewer
#pragma once
#ifdef PPT_DEF
#include "./OfficeDrawing/Shapes/BaseShape/PPTShape/Formula.cpp"
#include "./OfficeDrawing/Shapes/BaseShape/PPTShape/PPTShape.cpp"
#ifndef BASE_SHAPE
#define BASE_SHAPE
#endif
#endif
#ifdef PPTX_DEF
#include "./OfficeDrawing/Shapes/BaseShape/PPTXShape/Formula.cpp"
#include "./OfficeDrawing/Shapes/BaseShape/PPTXShape/PPTXShape.cpp"
#ifndef BASE_SHAPE
#define BASE_SHAPE
#endif
#include "./OfficeDrawing/Shapes/BaseShape/PPTShape/ppt2pptxshapeconverter.h"
#endif
#ifdef BASE_SHAPE
#include "./OfficeDrawing/Shapes/BaseShape/BaseShape.cpp"
#endif