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>
This commit is contained in:
Miklos Vajna 2022-03-07 20:06:01 +01:00
parent 69aae269ec
commit 82c879d8ff

View file

@ -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
<