mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-13 19:27:17 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59298 954022d7-b5bf-4e40-9824-e11837661b57
25 lines
700 B
C
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
|