Created attachment 158249 [details] Example of files needed to creat a mailmerge By creating a mail-merge file the content of the data-source field in the footer is only visible on the first page of the resulting *.odt file. The bug is new and I never had this problem with older releases. You can find an example (odt, calc, and odb files) in the attachment.
reproducible with: Version: 6.3.5.2 (x64) Build-ID: dd0751754f11728f69b42ee2af66670068624673 CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE Calc: but *not* reproducible with: Version: 6.2.8.2 (x64) Build-ID: f82ddfca21ebc1e222a662a32b25c0c9d20169ee CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE Calc:
and *not* reproducible with: Version: 6.4.1.2 (x64) Build-ID: 4d224e95b98b138af42a64d84056446d09082932 CPU-Threads: 4; BS: Windows 10.0 Build 18363; UI-Render: Standard; VCL: win; Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE Calc: Looks like this issue has been already fixed - but i don't know the commit
(In reply to Oliver Brinzing from comment #2) > and *not* reproducible with: > > Version: 6.4.1.2 (x64) > Build-ID: 4d224e95b98b138af42a64d84056446d09082932 > CPU-Threads: 4; BS: Windows 10.0 Build 18363; UI-Render: Standard; VCL: win; > Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE > Calc: > > Looks like this issue has been already fixed - but i don't know the commit Let's set to WORKSFORME then, I also cannot reproduce with Version: 7.0.0.0.alpha0+ Build ID: a0e8a42a45abc7e626346bf01903ed81a026287d CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3; Locale: en-GB (en_GB.UTF-8); UI-Language: en-US Calc: threaded In case there's a need to know the exact commit that fixed the issue, that one could be found by doing bibisecting (with reversed "good"/"bad" logic, since a fix and not the regression is to be found).
This is a regression from bug 128148, https://git.libreoffice.org/core/commit/9271152c5fb64a698de167861e39f6b073a60ad6 Fixed with: author Michael Weghorn <m.weghorn@posteo.de> 2019-10-18 11:10:31 +0200 committer Michael Weghorn <m.weghorn@posteo.de> 2019-10-18 16:36:57 +0200 commit b13421c6560e4f189265c96a3145aa11568b4437 (patch) tree 26c23e0c8c9c069e84e14e5cef519aaee4844b15 parent a27039f912fac32261cc6225f21823231eb10745 (diff) Use const references to avoid copying Michael, please note bug 133194 and bug 140885 that would greatly simplify mail merge bug bisect and testing.