diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:12:33 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:38:11 +0100 |
commit | a1cfce768f83842defd8068a8eba5ed3eaeea255 (patch) | |
tree | 1b65d3f9e3496e10a9b5a1f4b4c9c89cc9250be1 /sw | |
parent | 571ad11bc091871e8f71cda20c4aa56786f43837 (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/ccoll.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/inc/swrenamexnameddlg.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/inc/swuiccoll.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/inc/swuicnttab.hxx | 1 |
4 files changed, 1 insertions, 3 deletions
diff --git a/sw/inc/ccoll.hxx b/sw/inc/ccoll.hxx index 35ea265e13d1..24b140d558e8 100644 --- a/sw/inc/ccoll.hxx +++ b/sw/inc/ccoll.hxx @@ -38,7 +38,6 @@ #include <svtools/svtabbx.hxx> #include <vcl/lstbox.hxx> -#include <tools/resary.hxx> #include "swdllapi.h" #include "cmdid.h" diff --git a/sw/source/ui/inc/swrenamexnameddlg.hxx b/sw/source/ui/inc/swrenamexnameddlg.hxx index de02fa8b06fc..1f2130589dfe 100644 --- a/sw/source/ui/inc/swrenamexnameddlg.hxx +++ b/sw/source/ui/inc/swrenamexnameddlg.hxx @@ -39,7 +39,6 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/awt/XControl.hpp> #include <com/sun/star/container/XNamed.hpp> -#include <tools/resary.hxx> #include <swunodef.hxx> class SwRenameXNamedDlg : public ModalDialog diff --git a/sw/source/ui/inc/swuiccoll.hxx b/sw/source/ui/inc/swuiccoll.hxx index b665a068828e..96e11da4e828 100644 --- a/sw/source/ui/inc/swuiccoll.hxx +++ b/sw/source/ui/inc/swuiccoll.hxx @@ -28,6 +28,7 @@ #ifndef _SWUI_CCOLL_HXX #define _SWUI_CCOLL_HXX +#include <tools/resary.hxx> #include "ccoll.hxx" class SwWrtShell; diff --git a/sw/source/ui/inc/swuicnttab.hxx b/sw/source/ui/inc/swuicnttab.hxx index 727cdae58657..7a4557b35a30 100644 --- a/sw/source/ui/inc/swuicnttab.hxx +++ b/sw/source/ui/inc/swuicnttab.hxx @@ -43,7 +43,6 @@ #include "tox.hxx" #include <toxmgr.hxx> #include <svx/checklbx.hxx> -#include <tools/resary.hxx> #include <svtools/svtreebx.hxx> #include <vcl/menubtn.hxx> #include <svx/langbox.hxx> |