| Summary: | MAILMERGE: Merged documents saved as individual documents - filenames should start from 1 (one), not 0 (zero) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Timur <timur> |
| Component: | Writer | Assignee: | Aditya Sahu <adityasahu1511> |
| Status: | VERIFIED FIXED | ||
| Severity: | trivial | CC: | adityasahu1511, aron.budea, glogow, mentoring |
| Priority: | medium | Keywords: | difficultyBeginner, easyHack, skillCpp |
| Version: | Inherited From OOo | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=106959 https://bugs.documentfoundation.org/show_bug.cgi?id=144215 |
||
| Whiteboard: | target:6.3.0 target:7.2.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 102998 | ||
|
Description
Timur
2017-07-14 12:43:52 UTC
Jan-Marek, I noticed you had once (upon time) some bug about filenames, so please comment. Of course, feel free to silently remove yourself from CC trap. This is a duplicate of an already reported bug. Need to find it. (In reply to Alex Thurgood from comment #2) > This is a duplicate of an already reported bug. Need to find it. Couldn't find and really tried. Please confirm this one. Hmm, yes, I couldn't find anything either after searching for a while, even among the really old closed stuff. Confirming with LO5432 OSX 10.12.6 The worst bit is that I distinctly remember encountering this bug ages ago when confirming another mailmerge bug - oh well. A code pointer: see construction of sOutPath in IMPL_LINK_NOARG(SwMMResultSaveDialog, SaveOutputHdl_Impl, weld::Button&, void) in sw/source/ui/dbui/mmresultdialogs.cxx. (In reply to Mike Kaganski from comment #6) > A code pointer: see construction of sOutPath in > IMPL_LINK_NOARG(SwMMResultSaveDialog, SaveOutputHdl_Impl, weld::Button&, > void) in sw/source/ui/dbui/mmresultdialogs.cxx. Thank you for the code pointer. Please review the change: https://gerrit.libreoffice.org/#/c/66658/ Aditya committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/29db6427ea6e3f24fbacfd6ac053231106518749%5E%21 tdf#109120 : Mailmerge filenames starting with 1 (one) It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. László Németh committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7d4506f89eba5c6b4edf1590c87e90d478fd179b tdf#109120 tdf#117212 count letters starting with 1 It will be available in 7.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Verified in: Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 9df3aa7ea72d61462e430643f2a80906dce4e15b CPU threads: 4; OS: Windows 10.0 Build 17134; UI render: Skia/Raster; VCL: win Locale: hu-HU (hu_HU); UI: en-GB Calc: threaded Thanks for fixing! |