summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-31 13:02:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-31 16:18:40 +0200
commitab0df4e1642d226a68c6858e87b88e9cc6fbbdf6 (patch)
tree3d26813fb5075c02a5be42675fce201bed60ab51 /sw/source/ui/dbui
parent48912b3516ef7790ba5e18c000e88cbb1989587f (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/source/ui/dbui')
-rw-r--r--sw/source/ui/dbui/mmaddressblockpage.cxx7
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>