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

--- Comment #2 from Jacques Guilleron <[email protected]> ---
Hi,

I reproduce with LO 4.0.2.2, LO 3.6.4.3 portable on Windows 7 Home Premium.
As a workaround, an alignment can be achieved by using ~:
Instead of:
A=left ( alignr {matrix{0 # -1 # 0 ## 1 # 0 # -1 ## 0 # -1 # 1}}  right )
use:
A=left ( {matrix{0 # -1 # ~0 ## 1 # ~0 # -1 ## 0 # -1 # ~1}}  right )

Have a nice day,

Jacques Guilleron

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to