https://issues.apache.org/ooo/show_bug.cgi?id=124372
--- Comment #8 from Andre <[email protected]> --- And it is even worse: - When a numbering style is applied via the 'Numbering' button in the 'Paragraph' sidebar panel then for some reason the numbering manager is called back on its SetItems() method. - One of the side effects of the SetItems() method is that the meCoreUnit member is set. It is set to 100th mm for Draw/Impress documents and twips for Writer documents. - Put that together with the numbering manager being a singleton that is shared between application windows, then that can have unexpected consequences: > change numbering style in a Writer document > meCoreUnit is set to twips > change to Draw document > Apply some value of the numbering manager that uses the meCoreUnit > uses twips instead of expected 100th mm. -- 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.
