summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-14 17:08:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-14 20:19:14 +0200
commitba6723431afa843232fadf44e12ddab44e85c9f0 (patch)
tree48f6d3ea0c4713d2ce1cefee3fca59b9630a1461 /sc
parent2b9f23b9b8a62d82691233d789e830b3bde7b3da (diff)
drop unnecessary vcl/group.hxx includes
Change-Id: I09d86ee7e156ac71d7c1f9fd58d43751037d2629 Reviewed-on: https://gerrit.libreoffice.org/61761 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/AnalysisOfVarianceDialog.hxx1
-rw-r--r--sc/source/ui/inc/ExponentialSmoothingDialog.hxx1
-rw-r--r--sc/source/ui/inc/MatrixComparisonGenerator.hxx1
-rw-r--r--sc/source/ui/inc/MovingAverageDialog.hxx1
-rw-r--r--sc/source/ui/inc/RandomNumberGeneratorDialog.hxx1
-rw-r--r--sc/source/ui/inc/SamplingDialog.hxx1
-rw-r--r--sc/source/ui/inc/StatisticsInputOutputDialog.hxx1
-rw-r--r--sc/source/ui/inc/StatisticsTwoVariableDialog.hxx1
-rw-r--r--sc/source/ui/inc/acredlin.hxx1
-rw-r--r--sc/source/ui/inc/consdlg.hxx1
-rw-r--r--sc/source/ui/inc/formula.hxx1
-rw-r--r--sc/source/ui/inc/highred.hxx1
-rw-r--r--sc/source/ui/inc/namedlg.hxx1
-rw-r--r--sc/source/ui/inc/opredlin.hxx6
-rw-r--r--sc/source/ui/inc/optsolver.hxx1
-rw-r--r--sc/source/ui/inc/simpref.hxx4
-rw-r--r--sc/source/ui/inc/solvrdlg.hxx1
-rw-r--r--sc/source/ui/inc/tabopdlg.hxx1
-rw-r--r--sc/source/ui/inc/tabpages.hxx1
-rw-r--r--sc/source/ui/inc/tpcalc.hxx1
-rw-r--r--sc/source/ui/inc/tphfedit.hxx1
-rw-r--r--sc/source/ui/inc/tpview.hxx1
22 files changed, 0 insertions, 30 deletions
diff --git a/sc/source/ui/inc/AnalysisOfVarianceDialog.hxx b/sc/source/ui/inc/AnalysisOfVarianceDialog.hxx
index 6acb8f009463..cfce77924032 100644
--- a/sc/source/ui/inc/AnalysisOfVarianceDialog.hxx
+++ b/sc/source/ui/inc/AnalysisOfVarianceDialog.hxx
@@ -16,7 +16,6 @@
#include "anyrefdg.hxx"
#include <vcl/fixed.hxx>
-#include <vcl/group.hxx>
#include <vcl/lstbox.hxx>
#include "StatisticsInputOutputDialog.hxx"
diff --git a/sc/source/ui/inc/ExponentialSmoothingDialog.hxx b/sc/source/ui/inc/ExponentialSmoothingDialog.hxx
index 8a9abe069803..8634886dac44 100644
--- a/sc/source/ui/inc/ExponentialSmoothingDialog.hxx
+++ b/sc/source/ui/inc/ExponentialSmoothingDialog.hxx
@@ -16,7 +16,6 @@
#include "anyrefdg.hxx"
#include <vcl/fixed.hxx>
-#include <vcl/group.hxx>
#include <vcl/lstbox.hxx>
#include "StatisticsInputOutputDialog.hxx"
diff --git a/sc/source/ui/inc/MatrixComparisonGenerator.hxx b/sc/source/ui/inc/MatrixComparisonGenerator.hxx
index 82d30683192a..8e22dbd62c46 100644
--- a/sc/source/ui/inc/MatrixComparisonGenerator.hxx
+++ b/sc/source/ui/inc/MatrixComparisonGenerator.hxx
@@ -16,7 +16,6 @@
#include "anyrefdg.hxx"
#include <vcl/fixed.hxx>
-#include <vcl/group.hxx>
#include <vcl/lstbox.hxx>
#include "StatisticsInputOutputDialog.hxx"
diff --git a/sc/source/ui/inc/MovingAverageDialog.hxx b/sc/source/ui/inc/MovingAverageDialog.hxx
index 517178807af0..ef23cfbd03a3 100644
--- a/sc/source/ui/inc/MovingAverageDialog.hxx
+++ b/sc/source/ui/inc/MovingAverageDialog.hxx
@@ -16,7 +16,6 @@
#include "anyrefdg.hxx"
#include <vcl/fixed.hxx>
-#include <vcl/group.hxx>
#include <vcl/lstbox.hxx>
#include "StatisticsInputOutputDialog.hxx"
diff --git a/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx b/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
index 0f85136bf850..e1c4da9311f8 100644
--- a/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
+++ b/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
@@ -16,7 +16,6 @@
#include "anyrefdg.hxx"
#include <vcl/fixed.hxx>
-#include <vcl/group.hxx>
#include <vcl/lstbox.hxx>
#include <boost/optional.hpp>
diff --git a/sc/source/ui/inc/SamplingDialog.hxx b/sc/source/ui/inc/SamplingDialog.hxx
index 31cd2210bed7..39504e3c186b 100644
--- a/sc/source/ui/inc/SamplingDialog.hxx
+++ b/sc/source/ui/inc/SamplingDialog.hxx
@@ -16,7 +16,6 @@
#include "anyrefdg.hxx"
#include <vcl/fixed.hxx>
-#include <vcl/group.hxx>
#include <vcl/lstbox.hxx>
class ScSamplingDialog : public ScAnyRefDlg
diff --git a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
index e85c99d89793..c74be8514c53 100644
--- a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
+++ b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
@@ -16,7 +16,6 @@
#include "anyrefdg.hxx"
#include <vcl/fixed.hxx>
-#include <vcl/group.hxx>
#include <vcl/lstbox.hxx>
class ScStatisticsInputOutputDialog : public ScAnyRefDlg
diff --git a/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx b/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
index 7e9f0c2ae523..f154acc7cd9f 100644
--- a/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
+++ b/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
@@ -16,7 +16,6 @@
#include "anyrefdg.hxx"
#include <vcl/fixed.hxx>
-#include <vcl/group.hxx>
#include <vcl/lstbox.hxx>
class ScStatisticsTwoVariableDialog : public ScAnyRefDlg
diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx
index 8c5b79d550a2..52526a8bbafb 100644
--- a/sc/source/ui/inc/acredlin.hxx
+++ b/sc/source/ui/inc/acredlin.hxx
@@ -22,7 +22,6 @@
#include <vcl/morebtn.hxx>
#include <vcl/combobox.hxx>
-#include <vcl/group.hxx>
#include <svtools/headbar.hxx>
#include <svtools/simptabl.hxx>
#include <svtools/svtabbx.hxx>
diff --git a/sc/source/ui/inc/consdlg.hxx b/sc/source/ui/inc/consdlg.hxx
index f7dd2eab7d5a..13db9eff938f 100644
--- a/sc/source/ui/inc/consdlg.hxx
+++ b/sc/source/ui/inc/consdlg.hxx
@@ -22,7 +22,6 @@
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
-#include <vcl/group.hxx>
#include <vcl/layout.hxx>
#include <vcl/morebtn.hxx>
#include <global.hxx>
diff --git a/sc/source/ui/inc/formula.hxx b/sc/source/ui/inc/formula.hxx
index d90940b7a75c..d49405412aa8 100644
--- a/sc/source/ui/inc/formula.hxx
+++ b/sc/source/ui/inc/formula.hxx
@@ -24,7 +24,6 @@
#include "anyrefdg.hxx"
#include <global.hxx>
#include <vcl/lstbox.hxx>
-#include <vcl/group.hxx>
#include <svtools/svmedit.hxx>
#include <vcl/tabpage.hxx>
diff --git a/sc/source/ui/inc/highred.hxx b/sc/source/ui/inc/highred.hxx
index 9d00b68a3b00..909c18f7865f 100644
--- a/sc/source/ui/inc/highred.hxx
+++ b/sc/source/ui/inc/highred.hxx
@@ -22,7 +22,6 @@
#include <vcl/morebtn.hxx>
#include <vcl/combobox.hxx>
-#include <vcl/group.hxx>
#include <svtools/headbar.hxx>
#include <svtools/simptabl.hxx>
#include <svtools/svtabbx.hxx>
diff --git a/sc/source/ui/inc/namedlg.hxx b/sc/source/ui/inc/namedlg.hxx
index c26269524c9a..b9ea2bc75e6e 100644
--- a/sc/source/ui/inc/namedlg.hxx
+++ b/sc/source/ui/inc/namedlg.hxx
@@ -22,7 +22,6 @@
#include <vcl/morebtn.hxx>
#include <vcl/combobox.hxx>
-#include <vcl/group.hxx>
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
diff --git a/sc/source/ui/inc/opredlin.hxx b/sc/source/ui/inc/opredlin.hxx
index 766200cd7cee..f6df6e1bef77 100644
--- a/sc/source/ui/inc/opredlin.hxx
+++ b/sc/source/ui/inc/opredlin.hxx
@@ -20,15 +20,9 @@
#define INCLUDED_SC_SOURCE_UI_INC_OPREDLIN_HXX
#include <sfx2/tabdlg.hxx>
-
-#include <vcl/group.hxx>
-
#include <vcl/button.hxx>
-
#include <vcl/lstbox.hxx>
-
#include <vcl/field.hxx>
-
#include <vcl/fixed.hxx>
#include <svtools/ctrlbox.hxx>
#include <svx/fntctrl.hxx>
diff --git a/sc/source/ui/inc/optsolver.hxx b/sc/source/ui/inc/optsolver.hxx
index 49a4e18e7021..989fe26819a9 100644
--- a/sc/source/ui/inc/optsolver.hxx
+++ b/sc/source/ui/inc/optsolver.hxx
@@ -24,7 +24,6 @@
#include <address.hxx>
#include "anyrefdg.hxx"
#include <vcl/fixed.hxx>
-#include <vcl/group.hxx>
#include <vcl/lstbox.hxx>
#include <com/sun/star/uno/Sequence.hxx>
diff --git a/sc/source/ui/inc/simpref.hxx b/sc/source/ui/inc/simpref.hxx
index 118d2d60228b..5babf263e4f3 100644
--- a/sc/source/ui/inc/simpref.hxx
+++ b/sc/source/ui/inc/simpref.hxx
@@ -20,12 +20,8 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_SIMPREF_HXX
#define INCLUDED_SC_SOURCE_UI_INC_SIMPREF_HXX
-#include <vcl/group.hxx>
-
#include <vcl/combobox.hxx>
-
#include <vcl/fixed.hxx>
-
#include <vcl/morebtn.hxx>
#include "anyrefdg.hxx"
#include <dbdata.hxx>
diff --git a/sc/source/ui/inc/solvrdlg.hxx b/sc/source/ui/inc/solvrdlg.hxx
index f814f92719f0..b7ca8c7ba8f9 100644
--- a/sc/source/ui/inc/solvrdlg.hxx
+++ b/sc/source/ui/inc/solvrdlg.hxx
@@ -25,7 +25,6 @@
#include "anyrefdg.hxx"
#include <vcl/fixed.hxx>
-#include <vcl/group.hxx>
enum ScSolverErr
{
diff --git a/sc/source/ui/inc/tabopdlg.hxx b/sc/source/ui/inc/tabopdlg.hxx
index fb3574574105..2833d8e3d38a 100644
--- a/sc/source/ui/inc/tabopdlg.hxx
+++ b/sc/source/ui/inc/tabopdlg.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SC_SOURCE_UI_INC_TABOPDLG_HXX
#include <vcl/fixed.hxx>
-#include <vcl/group.hxx>
#include <global.hxx>
#include <address.hxx>
#include "anyrefdg.hxx"
diff --git a/sc/source/ui/inc/tabpages.hxx b/sc/source/ui/inc/tabpages.hxx
index e7a9936bfa15..8abd667ca7c7 100644
--- a/sc/source/ui/inc/tabpages.hxx
+++ b/sc/source/ui/inc/tabpages.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_TABPAGES_HXX
#define INCLUDED_SC_SOURCE_UI_INC_TABPAGES_HXX
-#include <vcl/group.hxx>
#include <sfx2/tabdlg.hxx>
class ScTabPageProtection : public SfxTabPage
diff --git a/sc/source/ui/inc/tpcalc.hxx b/sc/source/ui/inc/tpcalc.hxx
index 313434461e7a..b8fbc732b3bb 100644
--- a/sc/source/ui/inc/tpcalc.hxx
+++ b/sc/source/ui/inc/tpcalc.hxx
@@ -23,7 +23,6 @@
#include <sfx2/tabdlg.hxx>
#include <vcl/fixed.hxx>
#include <vcl/field.hxx>
-#include <vcl/group.hxx>
#include "editfield.hxx"
class ScDocOptions;
diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx
index e7226d3ebb41..a52791203184 100644
--- a/sc/source/ui/inc/tphfedit.hxx
+++ b/sc/source/ui/inc/tphfedit.hxx
@@ -22,7 +22,6 @@
#include <sfx2/tabdlg.hxx>
#include <svx/pageitem.hxx>
-#include <vcl/group.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/menubtn.hxx>
#include <vcl/timer.hxx>
diff --git a/sc/source/ui/inc/tpview.hxx b/sc/source/ui/inc/tpview.hxx
index 51d0a3a14504..adebba217d81 100644
--- a/sc/source/ui/inc/tpview.hxx
+++ b/sc/source/ui/inc/tpview.hxx
@@ -23,7 +23,6 @@
#include <sfx2/tabdlg.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
-#include <vcl/group.hxx>
#include <svtools/ctrlbox.hxx>
#include <svx/strarray.hxx>