summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpsort.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-26 14:24:54 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-11-06 14:35:58 +0100
commitff8fdc310a13e677dfc97151f0752d7e88356b84 (patch)
tree445f4a412daf476819a7936e0edc75b3c21a66a1 /sc/source/ui/inc/tpsort.hxx
parentbc089afb13029bae65b993992b3815430657ac24 (diff)
tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6ca0168abc71b4d9b6d332dc0fd8a3c779fdaa87 Reviewed-on: https://gerrit.libreoffice.org/62524 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/tpsort.hxx')
-rw-r--r--sc/source/ui/inc/tpsort.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sc/source/ui/inc/tpsort.hxx b/sc/source/ui/inc/tpsort.hxx
index 1e4c2b15788e..755b9f8bb529 100644
--- a/sc/source/ui/inc/tpsort.hxx
+++ b/sc/source/ui/inc/tpsort.hxx
@@ -23,14 +23,12 @@
#include <vector>
#include <sfx2/tabdlg.hxx>
-#include <vcl/edit.hxx>
-#include <vcl/fixed.hxx>
-#include <vcl/lstbox.hxx>
#include <svx/langbox.hxx>
+#include <unotools/collatorwrapper.hxx>
+#include <svtools/collatorres.hxx>
#include "sortkeydlg.hxx"
-#include <global.hxx>
#include <address.hxx>
#include <sortparam.hxx>
@@ -38,8 +36,6 @@
#define SC_MAXFIELDS MAXCOLCOUNT+1
class ScViewData;
-class ScSortDlg;
-struct ScSortParam;
// Sort Criteria
@@ -97,8 +93,6 @@ private:
// Sort Options
class ScDocument;
-class CollatorResource;
-class CollatorWrapper;
class ScTabPageSortOptions : public SfxTabPage
{