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

перенос h (используется только PPTX) в "правильное" место

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65731 954022d7-b5bf-4e40-9824-e11837661b57
parent e82767f0
// 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
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