summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@gmx.com>2012-07-01 01:06:04 +0200
committerMuthu Subramanian <sumuthu@suse.com>2012-07-11 11:12:15 +0530
commit739e20ac58983925f2076a9848435b7d4fb5366a (patch)
tree17b9a337f9ff5a59760eb52ba261fa02dedfbcae /filter
parent185b8bfc6796ec0a8cc701bf2de5df9cc6abd10d (diff)
Decrease header files dependencies
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/icgm/bundles.cxx1
-rw-r--r--filter/source/pdf/pdfexport.cxx1
-rw-r--r--filter/source/svg/svgwriter.cxx1
-rw-r--r--filter/source/svg/svgwriter.hxx1
4 files changed, 1 insertions, 3 deletions
diff --git a/filter/source/graphicfilter/icgm/bundles.cxx b/filter/source/graphicfilter/icgm/bundles.cxx
index 3282ce4d5466..68811592009d 100644
--- a/filter/source/graphicfilter/icgm/bundles.cxx
+++ b/filter/source/graphicfilter/icgm/bundles.cxx
@@ -29,7 +29,6 @@
#include "bundles.hxx"
-#include <vcl/salbtype.hxx>
#include <tools/stream.hxx>
Bundle& Bundle::operator=( Bundle& rSource )
diff --git a/filter/source/pdf/pdfexport.cxx b/filter/source/pdf/pdfexport.cxx
index 30727c6773f1..e85afdedb4b2 100644
--- a/filter/source/pdf/pdfexport.cxx
+++ b/filter/source/pdf/pdfexport.cxx
@@ -39,7 +39,6 @@
#include "vcl/metaact.hxx"
#include "vcl/gdimtf.hxx"
#include "vcl/jobset.hxx"
-#include "vcl/salbtype.hxx"
#include "vcl/bmpacc.hxx"
#include "vcl/svapp.hxx"
#include "toolkit/awt/vclxdevice.hxx"
diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index 1e2a2c0197e6..1b64ff588521 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -32,6 +32,7 @@
#include "svgwriter.hxx"
#include <vcl/unohelp.hxx>
+#include <tools/helpers.hxx>
#include <sax/tools/converter.hxx>
diff --git a/filter/source/svg/svgwriter.hxx b/filter/source/svg/svgwriter.hxx
index b2821b649a34..43dffe54d68c 100644
--- a/filter/source/svg/svgwriter.hxx
+++ b/filter/source/svg/svgwriter.hxx
@@ -34,7 +34,6 @@
#include <rtl/ustring.hxx>
#include <tools/stream.hxx>
#include <tools/string.hxx>
-#include <vcl/salbtype.hxx>
#include <vcl/gdimtf.hxx>
#include <vcl/metaact.hxx>
#include <vcl/metric.hxx>