summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/condformatmgr.hxx')
-rw-r--r--sc/source/ui/inc/condformatmgr.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sc/source/ui/inc/condformatmgr.hxx b/sc/source/ui/inc/condformatmgr.hxx
index 58b8b605228c..1d3cbf101e75 100644
--- a/sc/source/ui/inc/condformatmgr.hxx
+++ b/sc/source/ui/inc/condformatmgr.hxx
@@ -10,20 +10,15 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_CONDFORMATMGR_HXX
#define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATMGR_HXX
-#include <scres.hrc>
-
#include <vcl/dialog.hxx>
-#include <vcl/layout.hxx>
-#include <svtools/svtabbx.hxx>
#include <vcl/button.hxx>
-#include <vcl/fixed.hxx>
#include <svtools/simptabl.hxx>
-#include <conditio.hxx>
-
#include <map>
class ScDocument;
+class ScConditionalFormat;
+class ScConditionalFormatList;
class ScCondFormatManagerWindow : public SvSimpleTable
{