mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
PPTX правка (пути к файлам) по посмледним изменениям
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65733 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
ee610e9ff9
commit
530e2c4a7a
@ -13,7 +13,7 @@
|
||||
#include "Editor/PPTXWriter.h"
|
||||
|
||||
#include "PPTXFormat/PPTXEvent.h"
|
||||
#include "../ASCPresentationEditor/ASCPresentationEditorDef.h"
|
||||
#include "Editor/PresentationDrawingsDef.h"
|
||||
|
||||
CPPTXFile::CPPTXFile(extract_to_directory fCallbackExtract, compress_from_directory fCallbackCompress, progress_operation fCallbackProgress, void* pCallbackArg)
|
||||
{
|
||||
|
||||
@ -2,20 +2,20 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef PPT_DEF
|
||||
#include "./OfficeDrawing/Shapes/BaseShape/PPTShape/Formula.cpp"
|
||||
#include "./OfficeDrawing/Shapes/BaseShape/PPTShape/PPTShape.cpp"
|
||||
#include "../../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTShape/Formula.cpp"
|
||||
#include "../../ASCPresentationEditor/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"
|
||||
#include "../../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTXShape/Formula.cpp"
|
||||
#include "../../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTXShape/PPTXShape.cpp"
|
||||
#ifndef BASE_SHAPE
|
||||
#define BASE_SHAPE
|
||||
#endif
|
||||
|
||||
#include "./OfficeDrawing/Shapes/BaseShape/PPTShape/ppt2pptxshapeconverter.h"
|
||||
#include "../../ASCPresentationEditor/OfficeDrawing/Shapes/BaseShape/PPTShape/ppt2pptxshapeconverter.h"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user