[Libreoffice-bugs] [Bug 141801] OPTIONS DIALOG: Writer should support custom styles for Deletions and Insertions
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon May 10 15:43:00 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=141801
--- Comment #17 from 10686639125 <1886688 at tutanota.com> ---
With Selection.Font.Borders(1)
If .LineStyle = wdLineStyleNone Then
.LineStyle = Options.DefaultBorderLineStyle
.LineWidth = Options.DefaultBorderLineWidth
.Color = Options.DefaultBorderColor
Else
.LineStyle = wdLineStyleNone
End If
End With
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210510/60459406/attachment.htm>
More information about the Libreoffice-bugs
mailing list