Differences From Artifact [c72f2ae2d2]:
- File gc_lang/fr/oxt/GraphicOptions/GraphicOptions.py — part of check-in [efad935afc] at 2019-06-10 17:22:34 on branch trunk — [lo] graphic options for Writer: underling style and colors (user: olr, size: 7080) [annotate] [blame] [check-ins using] [more...]
To Artifact [c4f8c66470]:
- File gc_lang/fr/oxt/GraphicOptions/GraphicOptions.py — part of check-in [6eb51c360e] at 2020-08-27 09:22:06 on branch trunk — [lo] underlining to WAVE by default, thanks to LibreOffice 7 bug (user: olr, size: 7076) [annotate] [blame] [check-ins using]
︙ | |||
118 119 120 121 122 123 124 | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | - + | if self.xWaveLine.State: sLineType = "WAVE" elif self.xBoldWaveLine.State: sLineType = "BOLDWAVE" elif self.xBoldLine.State: sLineType = "BOLD" else: |
︙ |