summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-03-07 20:06:01 +0100
committerMiklos Vajna <vmiklos@collabora.com>2022-03-08 08:15:46 +0100
commit82c879d8ff5c77d0d257e0659cb974460439f7cf (patch)
tree51d6d56ff10f84a0b43723a50e35ba96f9282dee /sw/source/uibase/inc
parent69aae269ec597b9ee2ec27a2f0c3bbf48b898941 (diff)
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 <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/unomailmerge.hxx4
1 files changed, 4 insertions, 0 deletions
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
<