From 2df39f400dc04ac3c86fccb833b24c8260d2f9b6 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 15 Apr 2014 19:05:01 +0200 Subject: sw: clean up inter-module includes Change-Id: I812842e76ae0b7bc252530d2b4aaa2b452c2babf --- sw/source/ui/dbui/createaddresslistdialog.cxx | 2 +- sw/source/ui/dbui/mailmergewizard.cxx | 2 +- sw/source/ui/dbui/mmaddressblockpage.cxx | 2 +- sw/source/ui/dbui/mmdocselectpage.cxx | 2 +- sw/source/ui/dbui/selectdbtabledialog.cxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sw/source/ui/dbui') diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx index 90ea737bc143..70fac4202f4a 100644 --- a/sw/source/ui/dbui/createaddresslistdialog.cxx +++ b/sw/source/ui/dbui/createaddresslistdialog.cxx @@ -32,7 +32,7 @@ #include #include #include -#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" +#include #include #include #include diff --git a/sw/source/ui/dbui/mailmergewizard.cxx b/sw/source/ui/dbui/mailmergewizard.cxx index 445f028d4910..a7bca54777ad 100644 --- a/sw/source/ui/dbui/mailmergewizard.cxx +++ b/sw/source/ui/dbui/mailmergewizard.cxx @@ -33,7 +33,7 @@ #include #include #include -#include "vcl/msgbox.hxx" +#include #include #include diff --git a/sw/source/ui/dbui/mmaddressblockpage.cxx b/sw/source/ui/dbui/mmaddressblockpage.cxx index c7d15ad6f53f..61e014bee555 100644 --- a/sw/source/ui/dbui/mmaddressblockpage.cxx +++ b/sw/source/ui/dbui/mmaddressblockpage.cxx @@ -29,7 +29,7 @@ #include #include #include -#include "svtools/treelistentry.hxx" +#include #include #include diff --git a/sw/source/ui/dbui/mmdocselectpage.cxx b/sw/source/ui/dbui/mmdocselectpage.cxx index 6ff68e85263c..b00cade9b30d 100644 --- a/sw/source/ui/dbui/mmdocselectpage.cxx +++ b/sw/source/ui/dbui/mmdocselectpage.cxx @@ -34,7 +34,7 @@ #include -#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" +#include #include #include diff --git a/sw/source/ui/dbui/selectdbtabledialog.cxx b/sw/source/ui/dbui/selectdbtabledialog.cxx index 7c50ac050ae6..e1774fce94fd 100644 --- a/sw/source/ui/dbui/selectdbtabledialog.cxx +++ b/sw/source/ui/dbui/selectdbtabledialog.cxx @@ -20,7 +20,7 @@ #include #include #include -#include "svtools/treelistentry.hxx" +#include #include #include #include -- cgit