diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-01 19:20:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-02 15:33:46 +0200 |
commit | 324097a2a0093da7d20e3bc7cbbf79b40a79867c (patch) | |
tree | 202fece65e896645bbd6a18cb5945d679cf31e56 /cui | |
parent | c26134c4027dfac6be030c467da40a495a162360 (diff) |
drop some unneeded includes
Change-Id: I13019ae1b991b5910c50e760a8a825bcf50509d2
Reviewed-on: https://gerrit.libreoffice.org/73321
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/thesdlg.cxx | 5 | ||||
-rw-r--r-- | cui/source/inc/chardlg.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/thesdlg.hxx | 4 |
3 files changed, 0 insertions, 10 deletions
diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index 7d1cd2259d1c..0a9e237e5c9c 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx @@ -25,13 +25,8 @@ #include <svl/lngmisc.hxx> #include <vcl/event.hxx> #include <vcl/graphicfilter.hxx> -#include <vcl/svlbitm.hxx> -#include <vcl/treelistbox.hxx> -#include <vcl/treelistentry.hxx> -#include <vcl/viewdataentry.hxx> #include <vcl/wrkwin.hxx> #include <vcl/svapp.hxx> -#include <vcl/builderfactory.hxx> #include <svx/dlgutil.hxx> #include <svx/svxerr.hxx> #include <editeng/unolingu.hxx> diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx index 965924b5c3fb..68e6879e92e0 100644 --- a/cui/source/inc/chardlg.hxx +++ b/cui/source/inc/chardlg.hxx @@ -22,7 +22,6 @@ #include <svtools/ctrlbox.hxx> #include <sfx2/tabdlg.hxx> #include <svx/fntctrl.hxx> -#include <svx/checklbx.hxx> #include <svx/colorbox.hxx> #include <svx/langbox.hxx> #include <vcl/weld.hxx> diff --git a/cui/source/inc/thesdlg.hxx b/cui/source/inc/thesdlg.hxx index a00d9ae1d887..ae44cd6ad34b 100644 --- a/cui/source/inc/thesdlg.hxx +++ b/cui/source/inc/thesdlg.hxx @@ -21,10 +21,6 @@ #include <com/sun/star/linguistic2/XThesaurus.hpp> -#include <svx/checklbx.hxx> -#include <vcl/button.hxx> -#include <vcl/combobox.hxx> -#include <vcl/lstbox.hxx> #include <vcl/idle.hxx> #include <sfx2/basedlgs.hxx> |