summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@gmx.com>2012-02-13 20:36:53 +0100
committerMatteo Casalin <matteo.casalin@gmx.com>2012-02-17 18:57:45 +0100
commitff3ddcfb73188e17a266d123d310b118ce4f4abe (patch)
tree3166d6f575b5087ac74890cdccbb1879a8cb5a4d /svx
parent761b6b706e434ab0d03387c9485bdc709dda0e55 (diff)
Cleanup inludes
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/tabarea.hxx13
1 files changed, 0 insertions, 13 deletions
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: */