From fb8d94e77f16e0f9d3af42d64756bd771de9d17c Mon Sep 17 00:00:00 2001 From: Henry Castro Date: Tue, 18 Oct 2022 17:02:41 -0400 Subject: sw: add FN_PARA_1 to MAILPREPAREEXPORT slot Reuse the code to use the functionality without the UpdateFields calls, otherwise it will reset the data source on the first record and export to pdf will have wrong data. Signed-off-by: Henry Castro Change-Id: Iec3b44b91c06861cb22d0a7a7234bee6f6f817a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141519 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svx/sdi/svx.sdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index c53fefd67d39..0be42759ae94 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -11770,7 +11770,7 @@ SfxVoidItem InsertRowsAfter SID_TABLE_INSERT_ROW_AFTER ] SfxBoolItem PrepareMailExport SID_MAIL_PREPAREEXPORT -() +(SfxBoolItem On FN_PARAM_1) [ AutoUpdate = FALSE, FastCall = FALSE, -- cgit