Kaydet (Commit) 387005a2 authored tarafından David Tardon's avatar David Tardon

drop unneeded #include

Change-Id: I20fed5357c55e6c4444b1e100d15600636ffe25d
üst 61d8e02a
...@@ -20,7 +20,9 @@ ...@@ -20,7 +20,9 @@
#ifndef _DXFGRPRD_HXX #ifndef _DXFGRPRD_HXX
#define _DXFGRPRD_HXX #define _DXFGRPRD_HXX
#include <svtools/fltcall.hxx> #include <sal/types.h>
#include <tools/stream.hxx>
#define DXF_MAX_STRING_LEN 256 // Max Stringlaenge (ohne die 0) #define DXF_MAX_STRING_LEN 256 // Max Stringlaenge (ohne die 0)
......
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
#include "dxf2mtf.hxx" #include "dxf2mtf.hxx"
#include <math.h> #include <math.h>
class FilterConfigItem;
//================== GraphicImport - die exportierte Funktion ================ //================== GraphicImport - die exportierte Funktion ================
extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool __LOADONCALLAPI extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool __LOADONCALLAPI
......
...@@ -34,11 +34,12 @@ ...@@ -34,11 +34,12 @@
#include <vcl/virdev.hxx> #include <vcl/virdev.hxx>
#include <vcl/cvtgrf.hxx> #include <vcl/cvtgrf.hxx>
#include <vcl/bmpacc.hxx> #include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
#include <tools/tempfile.hxx> #include <tools/tempfile.hxx>
#include <osl/process.h> #include <osl/process.h>
#include <osl/file.hxx> #include <osl/file.hxx>
class FilterConfigItem;
/************************************************************************* /*************************************************************************
|* |*
|* ImpSearchEntry() |* ImpSearchEntry()
......
...@@ -22,10 +22,11 @@ ...@@ -22,10 +22,11 @@
#include <tools/poly.hxx> #include <tools/poly.hxx>
#include <vcl/virdev.hxx> #include <vcl/virdev.hxx>
#include <vcl/lineinfo.hxx> #include <vcl/lineinfo.hxx>
#include <svtools/fltcall.hxx>
#include <math.h> #include <math.h>
class FilterConfigItem;
// MT: NOOLDSV, someone should change the code... // MT: NOOLDSV, someone should change the code...
enum PenStyle { PEN_NULL, PEN_SOLID, PEN_DOT, PEN_DASH, PEN_DASHDOT }; enum PenStyle { PEN_NULL, PEN_SOLID, PEN_DOT, PEN_DASH, PEN_DASHDOT };
......
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx> #include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
class FilterConfigItem;
//============================ PBMReader ================================== //============================ PBMReader ==================================
......
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx> #include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
class FilterConfigItem;
//============================ PCXReader ================================== //============================ PCXReader ==================================
......
...@@ -23,11 +23,12 @@ ...@@ -23,11 +23,12 @@
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <tools/poly.hxx> #include <tools/poly.hxx>
#include <vcl/virdev.hxx> #include <vcl/virdev.hxx>
#include <svtools/fltcall.hxx>
#include <math.h> #include <math.h>
#include "shape.hxx" #include "shape.hxx"
class FilterConfigItem;
namespace PictReaderInternal { namespace PictReaderInternal {
//! utilitary class to store a pattern, ... //! utilitary class to store a pattern, ...
class Pattern { class Pattern {
......
...@@ -20,7 +20,9 @@ ...@@ -20,7 +20,9 @@
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx> #include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx> #include <vcl/outdev.hxx>
class FilterConfigItem;
//============================ PSDReader ================================== //============================ PSDReader ==================================
......
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx> #include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
class FilterConfigItem;
#define RAS_TYPE_OLD 0x00000000 // supported formats by this filter #define RAS_TYPE_OLD 0x00000000 // supported formats by this filter
#define RAS_TYPE_STANDARD 0x00000001 #define RAS_TYPE_STANDARD 0x00000001
......
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx> #include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
class FilterConfigItem;
//============================ TGAReader ================================== //============================ TGAReader ==================================
......
...@@ -19,11 +19,12 @@ ...@@ -19,11 +19,12 @@
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx> #include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
#include <vcl/animate.hxx> #include <vcl/animate.hxx>
#include "lzwdecom.hxx" #include "lzwdecom.hxx"
#include "ccidecom.hxx" #include "ccidecom.hxx"
class FilterConfigItem;
#define OOODEBUG(str,Num) //(InfoBox(NULL,String(str)+String(" ")+String(Num)).Execute(); #define OOODEBUG(str,Num) //(InfoBox(NULL,String(str)+String(" ")+String(Num)).Execute();
namespace { namespace {
......
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