https://bugs.documentfoundation.org/show_bug.cgi?id=133089
خالد حسني <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from خالد حسني <[email protected]> --- (In reply to bunkem from comment #10) > The UI change to the Style: List Styles was introduced in commit: > 25e459c104d3c9f838836e3cfbb51185461874a0 > > ``` > $ git bisect good 25e459c104d3c9f838836e3cfbb51185461874a0 is the first bad > commit > commit 25e459c104d3c9f838836e3cfbb51185461874a0 > Author: gerrit <[email protected]> > Date: Wed May 1 02:43:36 2019 +0200 > > source 43c44f7c82fdcf7e5e6eccb0a80d5bb0e1e3a86c > > source 43c44f7c82fdcf7e5e6eccb0a80d5bb0e1e3a86c > > LibreOffice.app/Contents/Frameworks/libswlo.dylib | Bin 19022688 -> > 19022688 bytes > LibreOffice.app/Contents/Resources/setuprc | 2 +- > LibreOffice.app/Contents/Resources/versionrc | 2 +- > 3 files changed, 2 insertions(+), 2 deletions(-) > ``` I suspect this is caused by the use if Private Use Area code points (that OpenSymbol font uses for these bullets) in the above commit. Many systems don’t allow font fallback for PUA code points (because it is meaningless as these are font-specific). But do we really need to use PUA here, don’t we have equivalent non-PUA code points that we use or are these really OpenSymbol-specific symbols? Mike, you reviewed the above commit, do you have some insight here? I checked sw/source/core/doc/DocumentStylePoolManager.cxx and it does not use these PUA code points for these bullets, so I don’t know which is correct. -- You are receiving this mail because: You are the assignee for the bug.
