diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2012-07-01 01:06:04 +0200 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-07-11 11:12:15 +0530 |
commit | 739e20ac58983925f2076a9848435b7d4fb5366a (patch) | |
tree | 17b9a337f9ff5a59760eb52ba261fa02dedfbcae /svtools | |
parent | 185b8bfc6796ec0a8cc701bf2de5df9cc6abd10d (diff) |
Decrease header files dependencies
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter/wmf/emfwr.cxx | 2 | ||||
-rw-r--r-- | svtools/source/filter/wmf/wmfwr.cxx | 2 | ||||
-rw-r--r-- | svtools/source/graphic/grfmgr.cxx | 2 | ||||
-rw-r--r-- | svtools/source/graphic/provider.cxx | 1 |
4 files changed, 3 insertions, 4 deletions
diff --git a/svtools/source/filter/wmf/emfwr.cxx b/svtools/source/filter/wmf/emfwr.cxx index 0c998e1320d9..cb31e2f97980 100644 --- a/svtools/source/filter/wmf/emfwr.cxx +++ b/svtools/source/filter/wmf/emfwr.cxx @@ -29,7 +29,7 @@ #include "emfwr.hxx" #include <rtl/strbuf.hxx> -#include <vcl/salbtype.hxx> +#include <tools/helpers.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <vcl/lineinfo.hxx> diff --git a/svtools/source/filter/wmf/wmfwr.cxx b/svtools/source/filter/wmf/wmfwr.cxx index c4fb19336955..e6aaa013810c 100644 --- a/svtools/source/filter/wmf/wmfwr.cxx +++ b/svtools/source/filter/wmf/wmfwr.cxx @@ -27,7 +27,6 @@ ************************************************************************/ -#include <vcl/salbtype.hxx> #include <vcl/rendergraphicrasterizer.hxx> #include "wmfwr.hxx" #include <unotools/fontcvt.hxx> @@ -35,6 +34,7 @@ #include <rtl/crc.h> #include <rtl/tencinfo.h> #include <tools/bigint.hxx> +#include <tools/helpers.hxx> #include <tools/tenccvt.hxx> #include <osl/endian.h> #include <i18nutil/unicode.hxx> //unicode::getUnicodeScriptType diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx index de70efbe4201..e3370d902aa0 100644 --- a/svtools/source/graphic/grfmgr.cxx +++ b/svtools/source/graphic/grfmgr.cxx @@ -32,6 +32,7 @@ #include <officecfg/Office/Common.hxx> #include <tools/vcompat.hxx> +#include <tools/helpers.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/localfilehelper.hxx> #include <unotools/tempfile.hxx> @@ -39,7 +40,6 @@ #include <vcl/cvtgrf.hxx> #include <vcl/metaact.hxx> #include <vcl/virdev.hxx> -#include <vcl/salbtype.hxx> #include <svtools/grfmgr.hxx> #include <vcl/pdfextoutdevdata.hxx> diff --git a/svtools/source/graphic/provider.cxx b/svtools/source/graphic/provider.cxx index 9b8c7757f550..7798b57fc8db 100644 --- a/svtools/source/graphic/provider.cxx +++ b/svtools/source/graphic/provider.cxx @@ -40,7 +40,6 @@ #include <svtools/filter.hxx> #include <svtools/wmf.hxx> #include <svl/solar.hrc> -#include <vcl/salbtype.hxx> #include <vcl/virdev.hxx> #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/text/GraphicCrop.hpp> |