summaryrefslogtreecommitdiff
path: root/sw/qa/extras/mailmerge
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-05 15:56:28 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-11-06 05:45:07 +0000
commitdc5a6426fac6d6488ff764549dca898fb9d71b6f (patch)
tree7e0b0cc94e39a69ded364b18298859b13f19fa50 /sw/qa/extras/mailmerge
parent7a401e5e83abb41b51fca92e3d92dfb2fff6d0e6 (diff)
com::sun::star->css in sw/qa/
Change-Id: I4a0282291c7737a981dbff0722228824904f07e4 Reviewed-on: https://gerrit.libreoffice.org/19804 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/qa/extras/mailmerge')
-rw-r--r--sw/qa/extras/mailmerge/mailmerge.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/mailmerge/mailmerge.cxx b/sw/qa/extras/mailmerge/mailmerge.cxx
index 985b2f8770dc..6f95565e7d9b 100644
--- a/sw/qa/extras/mailmerge/mailmerge.cxx
+++ b/sw/qa/extras/mailmerge/mailmerge.cxx
@@ -200,7 +200,7 @@ protected:
// Returns page number of the first page of a MM document inside the large MM document (used in the SHELL case).
int documentStartPageNumber( int document ) const;
- uno::Reference< com::sun::star::task::XJob > mxJob;
+ uno::Reference< css::task::XJob > mxJob;
uno::Sequence< beans::NamedValue > mSeqMailMergeArgs;
OUString mailMergeOutputURL;
OUString mailMergeOutputPrefix;