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 /cui | |
parent | 185b8bfc6796ec0a8cc701bf2de5df9cc6abd10d (diff) |
Decrease header files dependencies
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/cuigrfflt.cxx | 1 | ||||
-rw-r--r-- | cui/source/inc/cuigrfflt.hxx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx index 310c54ad5e3e..2dbe2004dc7f 100644 --- a/cui/source/dialogs/cuigrfflt.cxx +++ b/cui/source/dialogs/cuigrfflt.cxx @@ -27,6 +27,7 @@ ************************************************************************/ #include <tools/shl.hxx> +#include <tools/helpers.hxx> #include <vcl/msgbox.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> diff --git a/cui/source/inc/cuigrfflt.hxx b/cui/source/inc/cuigrfflt.hxx index f9cb62419647..3c67e0dec405 100644 --- a/cui/source/inc/cuigrfflt.hxx +++ b/cui/source/inc/cuigrfflt.hxx @@ -35,7 +35,7 @@ #include <vcl/timer.hxx> #include <vcl/dialog.hxx> #include <vcl/group.hxx> -#include <vcl/salbtype.hxx> +#include <tools/helpers.hxx> #include <svtools/grfmgr.hxx> #include <svx/graphctl.hxx> #include <svx/dlgctrl.hxx> |