diff options
Diffstat (limited to 'sw/qa/extras/mailmerge/mailmerge.cxx')
-rw-r--r-- | sw/qa/extras/mailmerge/mailmerge.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/qa/extras/mailmerge/mailmerge.cxx b/sw/qa/extras/mailmerge/mailmerge.cxx index a4f5e0bbeffa..17d92d3789ac 100644 --- a/sw/qa/extras/mailmerge/mailmerge.cxx +++ b/sw/qa/extras/mailmerge/mailmerge.cxx @@ -23,12 +23,17 @@ #include <tools/urlobj.hxx> #include <unotools/localfilehelper.hxx> +#include <comphelper/sequence.hxx> #include <wrtsh.hxx> #include <ndtxt.hxx> #include <pagefrm.hxx> #include <unoprnms.hxx> #include <dbmgr.hxx> +#include <unotxdoc.hxx> +#include <docsh.hxx> +#include <IDocumentLayoutAccess.hxx> +#include <rootfrm.hxx> /** * Maps database URIs to the registered database names for quick lookups |