sw/source/uibase/inc/unomailmerge.hxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 82c879d8ff5c77d0d257e0659cb974460439f7cf Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon Mar 7 20:06:01 2022 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Mar 8 08:15:46 2022 +0100 sw: document SwXMailMerge I.e. unlike footnotes or bookmarks, this is not specific to an opened document; while the UI only provides the matching menu item only for an opened document. Change-Id: I743bee4848a2da030369b9da55e0aae9bd2a86a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131148 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/source/uibase/inc/unomailmerge.hxx b/sw/source/uibase/inc/unomailmerge.hxx index 72a9417f178a..304beb18f597 100644 --- a/sw/source/uibase/inc/unomailmerge.hxx +++ b/sw/source/uibase/inc/unomailmerge.hxx @@ -64,6 +64,10 @@ typedef comphelper::OMultiTypeInterfaceContainerHelperVar3<css::beans::XProperty class SwDBManager; class MailMergeExecuteFinalizer; +/** + * Gives UNO access to the global mail merge functionality, via the com.sun.star.text.MailMerge + * service. + */ class SwXMailMerge final : public cppu::WeakImplHelper <