diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2012-02-13 20:36:53 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@gmx.com> | 2012-02-17 18:57:45 +0100 |
commit | ff3ddcfb73188e17a266d123d310b118ce4f4abe (patch) | |
tree | 3166d6f575b5087ac74890cdccbb1879a8cb5a4d | |
parent | 761b6b706e434ab0d03387c9485bdc709dda0e55 (diff) |
Cleanup inludes
-rw-r--r-- | cui/source/inc/cuitabarea.hxx | 10 | ||||
-rw-r--r-- | svx/inc/svx/tabarea.hxx | 13 |
2 files changed, 10 insertions, 13 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index 7bb13e2ecbb7..0f7c2e5cf722 100644 --- a/cui/source/inc/cuitabarea.hxx +++ b/cui/source/inc/cuitabarea.hxx @@ -30,8 +30,18 @@ // include --------------------------------------------------------------- +#include <svtools/valueset.hxx> +#include <vcl/button.hxx> +#include <vcl/fixed.hxx> +#include <svx/dlgctrl.hxx> +#include <svx/xsetit.hxx> +#include <svx/xfillit0.hxx> +#include <svx/xfillit.hxx> #include <svx/tabarea.hxx> +class SdrModel; +class SdrView; + /************************************************************************/ class SvxAreaTabDialog : public SfxTabDialog diff --git a/svx/inc/svx/tabarea.hxx b/svx/inc/svx/tabarea.hxx index cbbd2c6a60ba..6563e1b63ebc 100644 --- a/svx/inc/svx/tabarea.hxx +++ b/svx/inc/svx/tabarea.hxx @@ -28,16 +28,6 @@ #ifndef _SVX_TAB_AREA_HXX #define _SVX_TAB_AREA_HXX -// include --------------------------------------------------------------- - -#include <svtools/valueset.hxx> -#include <vcl/button.hxx> -#include <vcl/fixed.hxx> -#include <svx/dlgctrl.hxx> -#include <svx/xsetit.hxx> -#include <svx/xfillit0.hxx> -#include <svx/xfillit.hxx> - // enum ------------------------------------------------------------------ enum ColorModel @@ -66,9 +56,6 @@ typedef sal_uInt16 ChangeType; // auch in tab_line.hxx (mitpflegen !!!) #define CT_CHANGED ( (ChangeType) 0x0002 ) #define CT_SAVED ( (ChangeType) 0x0004 ) -class SdrModel; -class SdrView; - #endif // _SVX_TAB_AREA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |