summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/autofmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/autofmt.hxx')
-rw-r--r--sc/source/ui/inc/autofmt.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sc/source/ui/inc/autofmt.hxx b/sc/source/ui/inc/autofmt.hxx
index 25e70f9e69b0..ecd89380def8 100644
--- a/sc/source/ui/inc/autofmt.hxx
+++ b/sc/source/ui/inc/autofmt.hxx
@@ -20,21 +20,15 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_AUTOFMT_HXX
#define INCLUDED_SC_SOURCE_UI_INC_AUTOFMT_HXX
-#include <vcl/virdev.hxx>
-#include <vcl/fixed.hxx>
-#include <vcl/lstbox.hxx>
-#include <vcl/button.hxx>
-#include <svtools/scriptedtext.hxx>
#include <svx/framelinkarray.hxx>
#include <scdllapi.h>
-#include "viewdata.hxx"
class ScAutoFormatData;
class SvxBoxItem;
class SvxLineItem;
-class ScAutoFmtPreview; // s.u.
class SvNumberFormatter;
-class ScDocument;
+class VirtualDevice;
+class ScViewData;
enum AutoFmtLine { TOP_LINE, BOTTOM_LINE, LEFT_LINE, RIGHT_LINE };