Description: In Writer, when querying TextRange.getPropertyValues for all properties, I'm getting a runtime error. The property in question that seems to cause it appears to be ParaChapterNumberingLevel, which is defined as Non-Nullable but appears to be unset, triggering the exception in svl/source/items/itemprop.cxx I tried to trace this a bit with git blame, but it seems to that way be since the "initial import". Thanks to Björn for helping debug this! If I understand correctly, he says the property might be a "fossile" that is not actually used(?). Steps to Reproduce: I added a unit test reproducing this in diff I will attach. Actual Results: Runtime error. Expected Results: Test passes. Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 154152 [details] Reproducing Unittest
Thomas, thank you for reporting the bug. I don't know how to reproduce the bug. Please provide a clearer set of step-by-step instructions on how to reproduce the problem. I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' once the steps are provided.
Basically you'd run the unit-test script after you applied the patch. This bug is patched in https://gerrit.libreoffice.org/#/c/78865/ (Not sure what more detail than the unit test you would expect.)
[Automated Action] NeedInfo-To-Unconfirmed
This has been fixed in master.
Bjoern Michaelsen committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4f969db3bc8b488a06aa2e61946f6346a5f86fed tdf#127534: brown paperbag commit, use the right bug ID this time It will be available in 6.4.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.