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:
parent
69aae269ec
commit
82c879d8ff
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
<
|
||||
|
|
Loading…
Reference in a new issue