diff options
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/condformatdlgentry.hxx | 3 | ||||
-rw-r--r-- | sc/source/ui/inc/consdlg.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/dbnamdlg.hxx | 5 | ||||
-rw-r--r-- | sc/source/ui/inc/filtdlg.hxx | 3 | ||||
-rw-r--r-- | sc/source/ui/inc/namemgrtable.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/validate.hxx | 3 | ||||
-rw-r--r-- | sc/source/ui/inc/xmlsourcedlg.hxx | 5 |
7 files changed, 0 insertions, 22 deletions
diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx index cb3618a212ff..abda9c3528c8 100644 --- a/sc/source/ui/inc/condformatdlgentry.hxx +++ b/sc/source/ui/inc/condformatdlgentry.hxx @@ -12,9 +12,6 @@ #include <conditio.hxx> #include <formula/funcutl.hxx> -#include <vcl/vclptr.hxx> -#include <vcl/builder.hxx> -#include <vcl/layout.hxx> #include <vcl/weld.hxx> #include <svl/lstner.hxx> #include <svx/fntctrl.hxx> diff --git a/sc/source/ui/inc/consdlg.hxx b/sc/source/ui/inc/consdlg.hxx index 24f6810b14cb..067944402a18 100644 --- a/sc/source/ui/inc/consdlg.hxx +++ b/sc/source/ui/inc/consdlg.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_CONSDLG_HXX #define INCLUDED_SC_SOURCE_UI_INC_CONSDLG_HXX -#include <vcl/lstbox.hxx> -#include <vcl/layout.hxx> #include <global.hxx> #include "anyrefdg.hxx" diff --git a/sc/source/ui/inc/dbnamdlg.hxx b/sc/source/ui/inc/dbnamdlg.hxx index 19991075b530..0f1ad2d7b901 100644 --- a/sc/source/ui/inc/dbnamdlg.hxx +++ b/sc/source/ui/inc/dbnamdlg.hxx @@ -21,11 +21,6 @@ #define INCLUDED_SC_SOURCE_UI_INC_DBNAMDLG_HXX #include <vector> - -#include <vcl/combobox.hxx> -#include <vcl/fixed.hxx> -#include <vcl/layout.hxx> - #include "anyrefdg.hxx" #include <dbdata.hxx> diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx index 3ecaf6e322a7..f2a1da051093 100644 --- a/sc/source/ui/inc/filtdlg.hxx +++ b/sc/source/ui/inc/filtdlg.hxx @@ -20,9 +20,6 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_FILTDLG_HXX #define INCLUDED_SC_SOURCE_UI_INC_FILTDLG_HXX -#include <vcl/combobox.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/layout.hxx> #include <address.hxx> #include "anyrefdg.hxx" #include <queryparam.hxx> diff --git a/sc/source/ui/inc/namemgrtable.hxx b/sc/source/ui/inc/namemgrtable.hxx index 71b0ab5d2f08..324ceef03657 100644 --- a/sc/source/ui/inc/namemgrtable.hxx +++ b/sc/source/ui/inc/namemgrtable.hxx @@ -10,7 +10,6 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_NAMEMGRTABLE_HXX #define INCLUDED_SC_SOURCE_UI_INC_NAMEMGRTABLE_HXX -#include <svtools/simptabl.hxx> #include <vcl/weld.hxx> #include <address.hxx> diff --git a/sc/source/ui/inc/validate.hxx b/sc/source/ui/inc/validate.hxx index 5912431de0ee..33596c520f7f 100644 --- a/sc/source/ui/inc/validate.hxx +++ b/sc/source/ui/inc/validate.hxx @@ -21,9 +21,6 @@ #define INCLUDED_SC_SOURCE_UI_INC_VALIDATE_HXX #include <sfx2/tabdlg.hxx> -#include <vcl/fixed.hxx> -#include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> #include "anyrefdg.hxx" #include <sc.hrc> diff --git a/sc/source/ui/inc/xmlsourcedlg.hxx b/sc/source/ui/inc/xmlsourcedlg.hxx index 3e9fc05f5a05..6e4317c19bb8 100644 --- a/sc/source/ui/inc/xmlsourcedlg.hxx +++ b/sc/source/ui/inc/xmlsourcedlg.hxx @@ -10,11 +10,6 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_XMLSOURCEDLG_HXX #define INCLUDED_SC_SOURCE_UI_INC_XMLSOURCEDLG_HXX -#include <vcl/button.hxx> -#include <vcl/fixed.hxx> -#include <vcl/layout.hxx> -#include <vcl/treelistbox.hxx> - #include "anyrefdg.hxx" #include <orcusxml.hxx> |