https://bugs.freedesktop.org/show_bug.cgi?id=37625

--- Comment #7 from August Sodora <aug...@gmail.com> 2012-01-08 17:44:46 UTC ---
The following piece of code has no effect in master:

Sub Main
    Doc=ThisComponent
    CellRange = Doc.CurrentSelection
    oBorder = CellRange.BottomBorder
    With oBorder
        .Color = 0
        .InnerLineWidth = 10
        .OuterLineWidth = 0
        .LineDistance = 0
    End With

    CellRange.BottomBorder = oBorder
    CellRange.LeftBorder = oBorder
    CellRange.RightBorder = oBorder
    CellRange.TopBorder = oBorder
End Sub

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to