mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
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
|