diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-02 10:20:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-02 14:50:02 +0200 |
commit | 32c2ecb607af3176a806969e26a8cad0364be286 (patch) | |
tree | 89f82e89a7452f9f56d0a37d4b86b9177de03260 /sw/source/ui | |
parent | a9f3cee384d9715d289a9a055f085c999b193d3c (diff) |
drop some unneeded includes
Change-Id: I78b9682968acea7564554fb589d2759b6c8e67d0
Reviewed-on: https://gerrit.libreoffice.org/70126
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/config/mailconfigpage.cxx | 3 | ||||
-rw-r--r-- | sw/source/ui/dbui/addresslistdialog.hxx | 3 | ||||
-rw-r--r-- | sw/source/ui/dbui/mmaddressblockpage.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/dbui/mmgreetingspage.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/fldui/flddinf.hxx | 6 |
5 files changed, 1 insertions, 14 deletions
diff --git a/sw/source/ui/config/mailconfigpage.cxx b/sw/source/ui/config/mailconfigpage.cxx index f0656f6ad481..a4c8a1f3a7a8 100644 --- a/sw/source/ui/config/mailconfigpage.cxx +++ b/sw/source/ui/config/mailconfigpage.cxx @@ -20,9 +20,6 @@ #include <swmodule.hxx> #include <swtypes.hxx> #include <mailconfigpage.hxx> -#include <svtools/svmedit.hxx> -#include <vcl/svtabbx.hxx> -#include <vcl/headbar.hxx> #include <mmconfigitem.hxx> #include <mailmergehelper.hxx> #include <cmdid.h> diff --git a/sw/source/ui/dbui/addresslistdialog.hxx b/sw/source/ui/dbui/addresslistdialog.hxx index 1f56408bcb45..aba1d8db8104 100644 --- a/sw/source/ui/dbui/addresslistdialog.hxx +++ b/sw/source/ui/dbui/addresslistdialog.hxx @@ -20,9 +20,6 @@ #define INCLUDED_SW_SOURCE_UI_DBUI_ADDRESSLISTDIALOG_HXX #include <sfx2/basedlgs.hxx> -#include <vcl/button.hxx> -#include <vcl/svtabbx.hxx> -#include <vcl/headbar.hxx> #include <swdbdata.hxx> #include <sharedconnection.hxx> diff --git a/sw/source/ui/dbui/mmaddressblockpage.hxx b/sw/source/ui/dbui/mmaddressblockpage.hxx index 3d33daf8246c..9251c27573f6 100644 --- a/sw/source/ui/dbui/mmaddressblockpage.hxx +++ b/sw/source/ui/dbui/mmaddressblockpage.hxx @@ -25,7 +25,7 @@ #include <sfx2/basedlgs.hxx> #include <vcl/edit.hxx> #include <vcl/layout.hxx> -#include <svtools/svmedit.hxx> +#include <vcl/vclmedit.hxx> #include <vcl/headbar.hxx> #include <vcl/treelistbox.hxx> #include <vcl/combobox.hxx> diff --git a/sw/source/ui/dbui/mmgreetingspage.hxx b/sw/source/ui/dbui/mmgreetingspage.hxx index 6342200ef316..9a1dd59e475d 100644 --- a/sw/source/ui/dbui/mmgreetingspage.hxx +++ b/sw/source/ui/dbui/mmgreetingspage.hxx @@ -22,7 +22,6 @@ #include <svtools/wizardmachine.hxx> #include <sfx2/basedlgs.hxx> #include <mailmergehelper.hxx> -#include <svtools/svmedit.hxx> #include <vcl/weld.hxx> class SwMailMergeWizard; diff --git a/sw/source/ui/fldui/flddinf.hxx b/sw/source/ui/fldui/flddinf.hxx index f62b340811c2..b4d7032e92d3 100644 --- a/sw/source/ui/fldui/flddinf.hxx +++ b/sw/source/ui/fldui/flddinf.hxx @@ -20,12 +20,6 @@ #define INCLUDED_SW_SOURCE_UI_FLDUI_FLDDINF_HXX #include <sfx2/tabdlg.hxx> -#include <vcl/fixed.hxx> -#include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/button.hxx> -#include <vcl/treelistbox.hxx> - #include <numfmtlb.hxx> #include "fldpage.hxx" |