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

--- Comment #7 from ZioTibia81 <[email protected]> ---
In version 5.3.0.3 the following macro do result as expected:

    dim myLine as new com.sun.star.table.BorderLine
    myDoc = thisComponent
    myCell = myDoc.CurrentSelection
    myLine.Color = RGB(0,0,0)
    myLine.OuterLineWidth = 26
    myCell.DiagonalBLTR = myLine  'Bottom Left Top Right
    myCell.DiagonalTLBR = myLine  'Top Left Bottom Right


macro registration still producing wrong code.

-- 
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