summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-31 13:02:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-31 16:18:40 +0200
commitab0df4e1642d226a68c6858e87b88e9cc6fbbdf6 (patch)
tree3d26813fb5075c02a5be42675fce201bed60ab51 /sc
parent48912b3516ef7790ba5e18c000e88cbb1989587f (diff)
drop some unnecessary includes
Change-Id: I4cbfe7e0d31217cf7790f656156a7e9a58b4e82f Reviewed-on: https://gerrit.libreoffice.org/78344 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/RandomNumberGeneratorDialog.hxx3
-rw-r--r--sc/source/ui/inc/SamplingDialog.hxx2
-rw-r--r--sc/source/ui/inc/StatisticsInputOutputDialog.hxx2
-rw-r--r--sc/source/ui/inc/StatisticsTwoVariableDialog.hxx2
-rw-r--r--sc/source/ui/inc/condformatdlg.hxx4
-rw-r--r--sc/source/ui/inc/foptmgr.hxx4
-rw-r--r--sc/source/ui/inc/namedefdlg.hxx3
-rw-r--r--sc/source/ui/inc/namedlg.hxx3
-rw-r--r--sc/source/ui/inc/optsolver.hxx2
-rw-r--r--sc/source/ui/inc/simpref.hxx1
-rw-r--r--sc/source/ui/inc/solvrdlg.hxx2
-rw-r--r--sc/source/ui/inc/tpcalc.hxx3
-rw-r--r--sc/source/ui/inc/tpview.hxx2
-rw-r--r--sc/source/ui/pagedlg/scuitphfedit.cxx2
14 files changed, 0 insertions, 35 deletions
diff --git a/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx b/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
index a013d25c53c6..881b0fbb0c19 100644
--- a/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
+++ b/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
@@ -15,9 +15,6 @@
#include "anyrefdg.hxx"
#include "viewdata.hxx"
-#include <vcl/fixed.hxx>
-#include <vcl/lstbox.hxx>
-
namespace boost { template <typename T> class optional; }
class ScRandomNumberGeneratorDialog : public ScAnyRefDlgController
diff --git a/sc/source/ui/inc/SamplingDialog.hxx b/sc/source/ui/inc/SamplingDialog.hxx
index a702bdf2871c..6fa6cdcb1903 100644
--- a/sc/source/ui/inc/SamplingDialog.hxx
+++ b/sc/source/ui/inc/SamplingDialog.hxx
@@ -15,8 +15,6 @@
#include "anyrefdg.hxx"
#include "viewdata.hxx"
-#include <vcl/fixed.hxx>
-
class ScSamplingDialog : public ScAnyRefDlgController
{
public:
diff --git a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
index e7727b95071c..8bdc1fa9e019 100644
--- a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
+++ b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
@@ -15,8 +15,6 @@
#include "anyrefdg.hxx"
#include "viewdata.hxx"
-#include <vcl/fixed.hxx>
-
class ScStatisticsInputOutputDialog : public ScAnyRefDlgController
{
public:
diff --git a/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx b/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
index 430201926f86..25871ec1ea4f 100644
--- a/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
+++ b/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
@@ -15,8 +15,6 @@
#include "anyrefdg.hxx"
#include "viewdata.hxx"
-#include <vcl/fixed.hxx>
-
class ScStatisticsTwoVariableDialog : public ScAnyRefDlgController
{
public:
diff --git a/sc/source/ui/inc/condformatdlg.hxx b/sc/source/ui/inc/condformatdlg.hxx
index 39a53d408f4e..cca33ba9094f 100644
--- a/sc/source/ui/inc/condformatdlg.hxx
+++ b/sc/source/ui/inc/condformatdlg.hxx
@@ -10,10 +10,6 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_CONDFORMATDLG_HXX
#define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATDLG_HXX
-#include <vcl/button.hxx>
-#include <vcl/scrbar.hxx>
-#include <vcl/fixed.hxx>
-
#include <rangelst.hxx>
#include "condformatdlgitem.hxx"
#include "condformatdlgentry.hxx"
diff --git a/sc/source/ui/inc/foptmgr.hxx b/sc/source/ui/inc/foptmgr.hxx
index e5385978b45f..35143be14087 100644
--- a/sc/source/ui/inc/foptmgr.hxx
+++ b/sc/source/ui/inc/foptmgr.hxx
@@ -20,10 +20,6 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_FOPTMGR_HXX
#define INCLUDED_SC_SOURCE_UI_INC_FOPTMGR_HXX
-#include <vcl/fixed.hxx>
-#include <vcl/lstbox.hxx>
-#include <vcl/button.hxx>
-
namespace formula
{
class RefButton;
diff --git a/sc/source/ui/inc/namedefdlg.hxx b/sc/source/ui/inc/namedefdlg.hxx
index 0aa08781d574..33f58b36d9c2 100644
--- a/sc/source/ui/inc/namedefdlg.hxx
+++ b/sc/source/ui/inc/namedefdlg.hxx
@@ -11,9 +11,6 @@
#define INCLUDED_SC_SOURCE_UI_INC_NAMEDEFDLG_HXX
#include "anyrefdg.hxx"
-#include <vcl/button.hxx>
-#include <vcl/fixed.hxx>
-#include <vcl/lstbox.hxx>
#include <map>
diff --git a/sc/source/ui/inc/namedlg.hxx b/sc/source/ui/inc/namedlg.hxx
index 09effbb234af..ed3e576b5e37 100644
--- a/sc/source/ui/inc/namedlg.hxx
+++ b/sc/source/ui/inc/namedlg.hxx
@@ -20,9 +20,6 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_NAMEDLG_HXX
#define INCLUDED_SC_SOURCE_UI_INC_NAMEDLG_HXX
-#include <vcl/fixed.hxx>
-#include <vcl/lstbox.hxx>
-
#include "anyrefdg.hxx"
#include "namemgrtable.hxx"
diff --git a/sc/source/ui/inc/optsolver.hxx b/sc/source/ui/inc/optsolver.hxx
index 05d93362ee80..ec922823ce07 100644
--- a/sc/source/ui/inc/optsolver.hxx
+++ b/sc/source/ui/inc/optsolver.hxx
@@ -22,8 +22,6 @@
#include <address.hxx>
#include "anyrefdg.hxx"
-#include <vcl/fixed.hxx>
-#include <vcl/lstbox.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <vector>
diff --git a/sc/source/ui/inc/simpref.hxx b/sc/source/ui/inc/simpref.hxx
index b5b4bceb4007..8c9835f586fc 100644
--- a/sc/source/ui/inc/simpref.hxx
+++ b/sc/source/ui/inc/simpref.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_SIMPREF_HXX
#define INCLUDED_SC_SOURCE_UI_INC_SIMPREF_HXX
-#include <vcl/fixed.hxx>
#include "anyrefdg.hxx"
class ScDocument;
diff --git a/sc/source/ui/inc/solvrdlg.hxx b/sc/source/ui/inc/solvrdlg.hxx
index 474d202c0a2b..f6fac01c7f97 100644
--- a/sc/source/ui/inc/solvrdlg.hxx
+++ b/sc/source/ui/inc/solvrdlg.hxx
@@ -23,8 +23,6 @@
#include <address.hxx>
#include "anyrefdg.hxx"
-#include <vcl/fixed.hxx>
-
enum ScSolverErr
{
SOLVERR_NOFORMULA,
diff --git a/sc/source/ui/inc/tpcalc.hxx b/sc/source/ui/inc/tpcalc.hxx
index 53f3f3e480bd..6c878380c7c8 100644
--- a/sc/source/ui/inc/tpcalc.hxx
+++ b/sc/source/ui/inc/tpcalc.hxx
@@ -21,9 +21,6 @@
#define INCLUDED_SC_SOURCE_UI_INC_TPCALC_HXX
#include <sfx2/tabdlg.hxx>
-#include <vcl/button.hxx>
-#include <vcl/fixed.hxx>
-#include <vcl/field.hxx>
#include "editfield.hxx"
class ScDocOptions;
diff --git a/sc/source/ui/inc/tpview.hxx b/sc/source/ui/inc/tpview.hxx
index 8e2d4d51d3ec..f9f992e8be4b 100644
--- a/sc/source/ui/inc/tpview.hxx
+++ b/sc/source/ui/inc/tpview.hxx
@@ -22,8 +22,6 @@
#include <sfx2/tabdlg.hxx>
#include <svx/colorbox.hxx>
-#include <vcl/field.hxx>
-#include <vcl/fixed.hxx>
class ScViewOptions;
diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx
index 21dc3a474c20..033faeb02452 100644
--- a/sc/source/ui/pagedlg/scuitphfedit.cxx
+++ b/sc/source/ui/pagedlg/scuitphfedit.cxx
@@ -27,8 +27,6 @@
#include <osl/time.h>
#include <sfx2/tabdlg.hxx>
#include <vcl/settings.hxx>
-#include <vcl/lstbox.hxx>
-#include <vcl/fixed.hxx>
#include <unotools/useroptions.hxx>