diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-02 20:20:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-03 11:10:58 +0200 |
commit | ee2e8d0c0670b4eeecd73b76d7f182fa003426ae (patch) | |
tree | f193f1b96759ec29e09f7a1d8a2f5ca0381c5760 /sw/source/ui | |
parent | 72d22380f9356b196e51299bf608c192b6fd6cf7 (diff) |
drop some unnecessary includes
Change-Id: I656ed2e29988fe47e4db8fa2ea8edec022bd56c2
Reviewed-on: https://gerrit.libreoffice.org/80098
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/dbui/customizeaddresslistdialog.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/dbui/mmaddressblockpage.cxx | 3 | ||||
-rw-r--r-- | sw/source/ui/dbui/mmaddressblockpage.hxx | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/ui/dbui/customizeaddresslistdialog.cxx b/sw/source/ui/dbui/customizeaddresslistdialog.cxx index 49c1df3fdaa3..00c4076b1ebb 100644 --- a/sw/source/ui/dbui/customizeaddresslistdialog.cxx +++ b/sw/source/ui/dbui/customizeaddresslistdialog.cxx @@ -20,7 +20,6 @@ #include <swtypes.hxx> #include "customizeaddresslistdialog.hxx" #include "createaddresslistdialog.hxx" -#include <vcl/scrbar.hxx> #include <dbui.hrc> SwCustomizeAddressListDialog::SwCustomizeAddressListDialog( diff --git a/sw/source/ui/dbui/mmaddressblockpage.cxx b/sw/source/ui/dbui/mmaddressblockpage.cxx index f7836e88b1d8..b911b2ee31ec 100644 --- a/sw/source/ui/dbui/mmaddressblockpage.cxx +++ b/sw/source/ui/dbui/mmaddressblockpage.cxx @@ -24,9 +24,10 @@ #include <editeng/eeitem.hxx> #include <svl/grabbagitem.hxx> #include <svl/itemset.hxx> +#include <vcl/event.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <vcl/transfer.hxx> -#include <vcl/txtattr.hxx> #include <mmconfigitem.hxx> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/datatransfer/dnd/XDropTarget.hpp> diff --git a/sw/source/ui/dbui/mmaddressblockpage.hxx b/sw/source/ui/dbui/mmaddressblockpage.hxx index 27c99b0aedc7..2fc3f7e54e1f 100644 --- a/sw/source/ui/dbui/mmaddressblockpage.hxx +++ b/sw/source/ui/dbui/mmaddressblockpage.hxx @@ -21,11 +21,9 @@ #include <svx/weldeditview.hxx> #include <vcl/wizardmachine.hxx> -#include <vcl/button.hxx> #include <mailmergehelper.hxx> #include <sfx2/basedlgs.hxx> #include <vcl/textfilter.hxx> -#include <vcl/layout.hxx> #include <svl/lstner.hxx> #include <o3tl/typed_flags_set.hxx> |