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

--- Comment #17 from 10686639125 <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to