diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 13:02:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 16:18:40 +0200 |
commit | ab0df4e1642d226a68c6858e87b88e9cc6fbbdf6 (patch) | |
tree | 3d26813fb5075c02a5be42675fce201bed60ab51 /sw | |
parent | 48912b3516ef7790ba5e18c000e88cbb1989587f (diff) |
drop some unnecessary includes
Change-Id: I4cbfe7e0d31217cf7790f656156a7e9a58b4e82f
Reviewed-on: https://gerrit.libreoffice.org/78344
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/dbui/mmaddressblockpage.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sw/source/ui/dbui/mmaddressblockpage.cxx b/sw/source/ui/dbui/mmaddressblockpage.cxx index 9f20fac6a0b6..18ddc67d2c4e 100644 --- a/sw/source/ui/dbui/mmaddressblockpage.cxx +++ b/sw/source/ui/dbui/mmaddressblockpage.cxx @@ -24,14 +24,9 @@ #include <editeng/eeitem.hxx> #include <svl/grabbagitem.hxx> #include <svl/itemset.hxx> -#include <vcl/fixed.hxx> #include <vcl/weld.hxx> +#include <vcl/transfer.hxx> #include <vcl/txtattr.hxx> -#include <vcl/xtextedt.hxx> -#include <vcl/textview.hxx> -#include <vcl/builderfactory.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/treelistentry.hxx> #include <mmconfigitem.hxx> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/datatransfer/dnd/XDropTarget.hpp> |