Kaydet (Commit) ff3ddcfb authored tarafından Matteo Casalin's avatar Matteo Casalin

Cleanup inludes

üst 761b6b70
......@@ -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
......
......@@ -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: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment