diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:30:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:50 +0200 |
commit | 62f47bb2a54536d6e1cf14b16d2e3b963ba651a6 (patch) | |
tree | 9190a17b910c36a44dee1b6e8d84460f53a16fa9 /sw/source/ui/dbui/mmaddressblockpage.cxx | |
parent | 34307a8a7da7def2f3ee207c08b59a48864a03f8 (diff) |
loplugin:includeform: sw
Change-Id: Ifc3c4c31a31ee7189eeab6f1af30b94d64f2f92a
Diffstat (limited to 'sw/source/ui/dbui/mmaddressblockpage.cxx')
-rw-r--r-- | sw/source/ui/dbui/mmaddressblockpage.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/mmaddressblockpage.cxx b/sw/source/ui/dbui/mmaddressblockpage.cxx index d966be4d7981..df119fba54fc 100644 --- a/sw/source/ui/dbui/mmaddressblockpage.cxx +++ b/sw/source/ui/dbui/mmaddressblockpage.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <mmaddressblockpage.hxx> +#include "mmaddressblockpage.hxx" #include <mailmergewizard.hxx> #include <swtypes.hxx> -#include <addresslistdialog.hxx> +#include "addresslistdialog.hxx" #include <vcl/layout.hxx> #include <vcl/txtattr.hxx> #include <vcl/xtextedt.hxx> @@ -37,7 +37,7 @@ #include <globals.hrc> #include <strings.hrc> #include <dbui.hrc> -#include "mmaddressblockpage.hrc" +#include <mmaddressblockpage.hrc> #include <helpids.h> using namespace svt; |