https://bugs.documentfoundation.org/show_bug.cgi?id=50133
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #4 from Julien Nabet <[email protected]> --- Lionel: if interested, I submitted a straightforward patch to review https://gerrit.libreoffice.org/14789 207 switch( eNewUnderline ) 208 { 209 case awt::FontUnderline::NONE: 210 case awt::FontUnderline::SINGLE: 211 // keep double or bold line style 212 eNewUnderline = eUnderline; 213 //fall-through 214 case awt::FontUnderline::DOTTED: 215 // The line style has priority over a double type. 216 if( awt::FontUnderline::BOLD == eUnderline ) 217 eNewUnderline = awt::FontUnderline::BOLDDOTTED; 218 break; See http://opengrok.libreoffice.org/xref/core/xmloff/source/style/undlihdl.cxx#210 -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
