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 /sfx2 | |
parent | 185b8bfc6796ec0a8cc701bf2de5df9cc6abd10d (diff) |
Decrease header files dependencies
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/graphhelp.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/view/ipclient.cxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/doc/graphhelp.cxx b/sfx2/source/doc/graphhelp.cxx index 69583c711ca7..cd6225c674d6 100644 --- a/sfx2/source/doc/graphhelp.cxx +++ b/sfx2/source/doc/graphhelp.cxx @@ -60,9 +60,9 @@ #include <vcl/outdev.hxx> #include <vcl/virdev.hxx> #include <vcl/bitmapex.hxx> -#include <vcl/salbtype.hxx> #include <tools/stream.hxx> +#include <tools/helpers.hxx> #include <unotools/tempfile.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/streamwrap.hxx> diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx index a2586dbc6297..1310df3b2add 100644 --- a/sfx2/source/view/ipclient.cxx +++ b/sfx2/source/view/ipclient.cxx @@ -48,7 +48,6 @@ #include "workwin.hxx" #include "guisaveas.hxx" #include <cppuhelper/implbase5.hxx> -#include <vcl/salbtype.hxx> #include <svtools/ehdl.hxx> #include <vcl/timer.hxx> |