diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-28 09:48:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-28 15:29:12 +0100 |
commit | 44754323eb546c45c56803a1af14652fde25b5d7 (patch) | |
tree | 91ca28baa95ea096ffd6427f1a23e1f01372daca /cui | |
parent | 3288d88e0c0842a44aa959e41cc665b9cf3804b9 (diff) |
drop some unnecessary includes
Change-Id: I474b5762e6a07982fddc0315a67181399ea4c30e
Reviewed-on: https://gerrit.libreoffice.org/64156
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/linkdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/thesdlg_impl.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/acccfg.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/align.hxx | 7 | ||||
-rw-r--r-- | cui/source/inc/cfg.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/cuicharmap.hxx | 5 | ||||
-rw-r--r-- | cui/source/inc/linkdlg.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/macroass.hxx | 4 | ||||
-rw-r--r-- | cui/source/inc/macropg.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/multipat.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/textanim.hxx | 2 | ||||
-rw-r--r-- | cui/source/options/optjava.hxx | 1 | ||||
-rw-r--r-- | cui/source/options/optopencl.hxx | 1 |
13 files changed, 3 insertions, 24 deletions
diff --git a/cui/source/dialogs/linkdlg.cxx b/cui/source/dialogs/linkdlg.cxx index 4dbc6dce8a93..2ce9b4e3ce4c 100644 --- a/cui/source/dialogs/linkdlg.cxx +++ b/cui/source/dialogs/linkdlg.cxx @@ -26,7 +26,6 @@ #include <vcl/dialog.hxx> #include <vcl/button.hxx> #include <vcl/fixed.hxx> -#include <vcl/lstbox.hxx> #include <vcl/weld.hxx> #include <vcl/timer.hxx> #include <vcl/idle.hxx> diff --git a/cui/source/dialogs/thesdlg_impl.hxx b/cui/source/dialogs/thesdlg_impl.hxx index 1f2f60c277a6..50471323f93f 100644 --- a/cui/source/dialogs/thesdlg_impl.hxx +++ b/cui/source/dialogs/thesdlg_impl.hxx @@ -29,7 +29,6 @@ #include <vcl/combobox.hxx> #include <vcl/edit.hxx> #include <vcl/image.hxx> -#include <vcl/lstbox.hxx> #include <vcl/menubtn.hxx> #include <vcl/svapp.hxx> #include <vcl/timer.hxx> diff --git a/cui/source/inc/acccfg.hxx b/cui/source/inc/acccfg.hxx index 166c43d7264a..4c626059e6e2 100644 --- a/cui/source/inc/acccfg.hxx +++ b/cui/source/inc/acccfg.hxx @@ -33,7 +33,6 @@ #include <vcl/fixed.hxx> #include <vcl/button.hxx> -#include <vcl/lstbox.hxx> #include <vcl/svtabbx.hxx> #include <vcl/treelistbox.hxx> #include <sfx2/tabdlg.hxx> diff --git a/cui/source/inc/align.hxx b/cui/source/inc/align.hxx index 1f5257e9d2c1..374a57c7e25a 100644 --- a/cui/source/inc/align.hxx +++ b/cui/source/inc/align.hxx @@ -35,16 +35,11 @@ #define ALIGNDLG_VERALIGN_BLOCK 4 #define ALIGNDLG_VERALIGN_DISTRIBUTED 5 - -#include <vcl/field.hxx> -#include <vcl/button.hxx> -#include <vcl/fixed.hxx> -#include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> #include <sfx2/tabdlg.hxx> #include <svtools/valueset.hxx> #include <svx/dialcontrol.hxx> #include <svx/frmdirlbox.hxx> +#include <vcl/weld.hxx> namespace svx { diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index 4cf04050475a..0fe406e7c722 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -21,7 +21,6 @@ #include <vcl/fixed.hxx> #include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> #include <vcl/menubtn.hxx> #include <vcl/toolbox.hxx> #include <vcl/weld.hxx> diff --git a/cui/source/inc/cuicharmap.hxx b/cui/source/inc/cuicharmap.hxx index 1928fe344814..b37457249d69 100644 --- a/cui/source/inc/cuicharmap.hxx +++ b/cui/source/inc/cuicharmap.hxx @@ -19,11 +19,6 @@ #ifndef INCLUDED_CUI_SOURCE_INC_CUICHARMAP_HXX #define INCLUDED_CUI_SOURCE_INC_CUICHARMAP_HXX -#include <vcl/ctrl.hxx> -#include <vcl/metric.hxx> -#include <vcl/button.hxx> -#include <vcl/fixed.hxx> -#include <vcl/lstbox.hxx> #include <vcl/customweld.hxx> #include <vcl/weld.hxx> #include <sfx2/basedlgs.hxx> diff --git a/cui/source/inc/linkdlg.hxx b/cui/source/inc/linkdlg.hxx index 0bd2e64f13bf..2e6f6fc2069e 100644 --- a/cui/source/inc/linkdlg.hxx +++ b/cui/source/inc/linkdlg.hxx @@ -24,7 +24,6 @@ #include <vcl/fixed.hxx> #include <vcl/button.hxx> #include <vcl/edit.hxx> -#include <vcl/lstbox.hxx> #include <vcl/idle.hxx> #include <vcl/fixedhyper.hxx> diff --git a/cui/source/inc/macroass.hxx b/cui/source/inc/macroass.hxx index 7f233847fee7..68221259ba23 100644 --- a/cui/source/inc/macroass.hxx +++ b/cui/source/inc/macroass.hxx @@ -24,13 +24,11 @@ #include <sfx2/basedlgs.hxx> #include <sfx2/tabdlg.hxx> #include <svl/macitem.hxx> -#include <vcl/lstbox.hxx> +#include <vcl/weld.hxx> #include <com/sun/star/frame/XFrame.hpp> #include <memory> class SfxMacroTabPage_; -class SvTabListBox; -class SvTreeListBox; class SfxMacroTabPage_Impl; class SfxMacroTabPage final : public SfxTabPage diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx index 1144dc3d1898..5950a1ef3fa5 100644 --- a/cui/source/inc/macropg.hxx +++ b/cui/source/inc/macropg.hxx @@ -27,7 +27,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/uno/Reference.hxx> #include <svl/macitem.hxx> -#include <vcl/lstbox.hxx> #include <rtl/ustring.hxx> #include <unordered_map> diff --git a/cui/source/inc/multipat.hxx b/cui/source/inc/multipat.hxx index ea9ade6ac059..6df7608552e1 100644 --- a/cui/source/inc/multipat.hxx +++ b/cui/source/inc/multipat.hxx @@ -20,7 +20,6 @@ #define INCLUDED_CUI_SOURCE_INC_MULTIPAT_HXX #include <vcl/dialog.hxx> -#include <vcl/lstbox.hxx> #include <vcl/button.hxx> #include <vcl/fixed.hxx> diff --git a/cui/source/inc/textanim.hxx b/cui/source/inc/textanim.hxx index 932c7d9000a8..2b2bc55763e9 100644 --- a/cui/source/inc/textanim.hxx +++ b/cui/source/inc/textanim.hxx @@ -21,7 +21,7 @@ #include <sfx2/tabdlg.hxx> #include <svx/svdattr.hxx> -#include <vcl/lstbox.hxx> +#include <vcl/weld.hxx> class SdrView; diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx index 396cf63a20b7..712e99d04845 100644 --- a/cui/source/options/optjava.hxx +++ b/cui/source/options/optjava.hxx @@ -26,7 +26,6 @@ #include <ucbhelper/content.hxx> #include <vcl/button.hxx> #include <vcl/fixed.hxx> -#include <vcl/lstbox.hxx> #include <vcl/timer.hxx> #include <vcl/idle.hxx> #include <vcl/weld.hxx> diff --git a/cui/source/options/optopencl.hxx b/cui/source/options/optopencl.hxx index f7d62eb831c7..de289d23341f 100644 --- a/cui/source/options/optopencl.hxx +++ b/cui/source/options/optopencl.hxx @@ -24,7 +24,6 @@ #include <sfx2/tabdlg.hxx> #include <svtools/simptabl.hxx> #include <vcl/fixed.hxx> -#include <vcl/lstbox.hxx> class SvxOpenCLTabPage : public SfxTabPage { |