https://bugs.documentfoundation.org/show_bug.cgi?id=44152
--- Comment #20 from Peter Fuchs <[email protected]> --- The bug still exists in LibreOffice (version info below): Version: 25.2.2.2 (X86_64) / LibreOffice Community Build ID: 7370d4be9e3cf6031a51beef54ff3bda878e3fac CPU threads: 8; OS: macOS 15.4; UI render: Skia/Metal; VCL: osx Locale: de-DE (de_DE.UTF-8); UI: en-US Calc: threaded Steps to reproduce: 1. File - New Text Document 2. Insert sample text: ----------------------- C++ B. Stroustrup Python G.v. Rossum Haskell H. Curry Smalltalk A. Goldberg ----------------------- 3. Insert - Index - Alphabetical Index (configure with concordance file keywords.sdi) 4. Edit concordance file (keywords.sdi): ---------------------------------- Search term Alternative entry ================================== Stroustrup Bjarne Stroustrup Rossum Guido van Rossum Curry Haskell Curry Goldberg Adele Goldberg --------------------------------- 5. OK (finish editing and apply changes) 6. File - Save as ... (bug_44152) + Close 7. Quit LibreOffice 8. Inspect the file: 8.1> mkdir data 8.2> unzip bug_44152.odt -d ./data 8.3> grep -o '<text:alphabetical-index-mark' data/content.xml | wc - => 4 (OK) 9. Open bug_44152.odt in LibreOffice 10. Right-click on Alphabetical Index and Update Alphabetical Index 11. File - Save 12. Quit LibreOffice 13.> rm -rf data 14. Repeat steps in 8. => 8 (Error) Unfortunately I'm not able to test old version 3.3 - MacOS denies launching that version. -- You are receiving this mail because: You are the assignee for the bug.
