mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix PDFGraphics
This commit is contained in:
@ -45,7 +45,7 @@ SOURCES += \
|
||||
Src/Function.cpp \
|
||||
Src/GFont.cpp \
|
||||
Src/GlobalParams.cpp \
|
||||
Src/PDFGraphics.cpp \
|
||||
Src/Graphics.cpp \
|
||||
Src/GState.cpp \
|
||||
Src/Hash.cpp \
|
||||
Src/JArithmeticDecoder.cpp \
|
||||
@ -110,7 +110,7 @@ HEADERS +=\
|
||||
Src/Function.h \
|
||||
Src/GFont.h \
|
||||
Src/GlobalParams.h \
|
||||
Src/PDFGraphics.h \
|
||||
Src/Graphics.h \
|
||||
Src/GState.h \
|
||||
Src/Hash.h \
|
||||
Src/JArithmeticDecoder.h \
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
#include "List.h"
|
||||
#include "Object.h"
|
||||
#include "Catalog.h"
|
||||
#include "PDFGraphics.h"
|
||||
#include "Graphics.h"
|
||||
#include "GFont.h"
|
||||
#include "Lexer.h"
|
||||
#include "Annot.h"
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
#include "OutputDevice.h"
|
||||
#include "Page.h"
|
||||
#include "Annot.h"
|
||||
#include "PDFGraphics.h"
|
||||
#include "Graphics.h"
|
||||
|
||||
// Под виндой переопределяется
|
||||
#ifdef GetObject
|
||||
@ -38,7 +38,7 @@
|
||||
#include "Link.h"
|
||||
#include "RendererOutputDev.h"
|
||||
#include "OutputDevice.h"
|
||||
#include "PDFGraphics.h"
|
||||
#include "Graphics.h"
|
||||
#include "GState.h"
|
||||
#include "Annot.h"
|
||||
#include "Catalog.h"
|
||||
|
||||
Reference in New Issue
Block a user