https://issues.apache.org/ooo/show_bug.cgi?id=124372
--- Comment #5 from Andre <[email protected]> --- This is bad at so many levels that it is really hard to understand: - The original Symphony code obviously had the ability to handle lists of numbering and bullet styles that where modifiable and extensible at run-time. - None of this flexibility has been ported to AOO but the code for it has been copied over, now mostly dead. - One side effect of the Symphony modifications was the introduction of a new resource string that was a template instead of a fixed name. - The problem with this is that the template was not added but that it replaces and existing string that is still in use in AOO. Possible fixes: A. Make the number and bullet style dialog use the NumberingTypeMgr for obtaining the tooltip texts. B. Revert the modified resource string back to its original value and create a new one for the template. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
