| Summary: | BASIC module cannot be re-added with the same name, even after deletion through organizer | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | himajin100000 |
| Component: | BASIC | Assignee: | tagezi <lera.goncharuk> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | lera.goncharuk, markus.mohrhard, raal |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 5.4.2.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.0.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
himajin100000
2017-06-30 00:29:56 UTC
Oops, typos. Actual Results: "Module1" does not appear under "Standard" Expected Results: "Module1" does appear under "Standard" I can not confirm with macro module under "My macros", but I can confirm with module under "untitled 1" (new file) macro. Version: 6.0.0.0.alpha0+ Build ID: 77f77c57d336ba041faf51e2168372d1e0962a19 CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2017-06-29_23:40:47 regression, works with Version 4.1.0.0.alpha0+ This seems to have begun at the below commit. Adding Cc: to Markus Mohrhard ; Could you possibly take a look at this one? Thanks 6d9989c53cf0cb8fa93b17f499b13768138dbf89 is the first bad commit commit 6d9989c53cf0cb8fa93b17f499b13768138dbf89 Author: Jenkins Build User <tdf@pollux.tdf> Date: Fri Feb 10 06:27:27 2017 +0100 source 2be139d76bdb66e77719613d802dc0047c284456 author Markus Mohrhard <markus.mohrhard@googlemail.com> 2017-01-04 22:58:13 (GMT) committer Markus Mohrhard <markus.mohrhard@googlemail.com> 2017-01-05 01:10:36 (GMT) commit 2be139d76bdb66e77719613d802dc0047c284456 (patch) tree 64719121882c299619c539d97b4ae24e567ae31c parent e885c4429ab48d32f74c3a04a6e9e3a3ac492ee1 (diff) tdf#105069, store the VBA module info for new modules as well This was never a problem until we started to export the VBA stream instead of just writing back the imported stream. tagezi committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9abd653129986d5aa8a07b8f8bb92b2d4254126e tdf#108872 Also remove VBA module info on module removal It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. I done it to 6.0. And I think It enough, because It usual cannot touch real users. |