From d1601e5d95400c1fc9dd49594672273d7c7d6bdc Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 12 Jun 2018 20:01:41 +0300 Subject: Add a MailMerge class and object to the Writer VBA API Just a dummy implementation so far. Needed because customer Automation client software seems to access it (through the very obsolete WordBasic API, even). It remains to be seen whether any actual mail merge functionality is needed. Change-Id: I40419da544f61173e4bcf759b887997c7f233b02 Reviewed-on: https://gerrit.libreoffice.org/55727 Tested-by: Jenkins Reviewed-by: Tor Lillqvist --- sw/Library_vbaswobj.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/Library_vbaswobj.mk') diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk index ac06758fa9fa..28d4a867b8b1 100644 --- a/sw/Library_vbaswobj.mk +++ b/sw/Library_vbaswobj.mk @@ -78,6 +78,7 @@ $(eval $(call gb_Library_add_exception_objects,vbaswobj,\ sw/source/ui/vba/vbalistlevels \ sw/source/ui/vba/vbalisttemplate \ sw/source/ui/vba/vbalisttemplates \ + sw/source/ui/vba/vbamailmerge \ sw/source/ui/vba/vbarevision \ sw/source/ui/vba/vbarevisions \ sw/source/ui/vba/vbarow \ -- cgit