https://bugs.documentfoundation.org/show_bug.cgi?id=43767

Justin L <jl...@mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bz.apache.org/ooo/s
                   |                            |how_bug.cgi?id=18463

--- Comment #13 from Justin L <jl...@mail.com> ---
Note: footnotes have the same problem...

I think
https://cgit.freedesktop.org/libreoffice/core/commit/?id=478f9ad06412c910d0264f76962a6d5e1a01aaa2
is probably a good code pointer. It added overlines as a similar exception to
underlines. But it is a BIG commit, and I don't know for sure if it handled
ignoring overlines on numbering right away or if that was added later...


If you add this line to txtfld.cxx
     // i18463:
     // Underline style of paragraph font should not be considered
     pNumFnt->SetUnderline( LINESTYLE_NONE );
     // Overline style of paragraph font should not be considered
     pNumFnt->SetOverline( LINESTYLE_NONE );
+    pNumFnt->SetCaseMap(SvxCaseMap::NotMapped);

then any line with an underline or overline also fixes the case mapping. But
what triggers the font to be used (or repainted)???

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to