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

--- Comment #13 from Michael Stahl <mst...@redhat.com> ---
there is apparently no UI for this flag in Tools->Options
but the following BASIC macro can turn it off (need to save and
re-load the document after running the macro to get the new layout).


Sub Main

settings = ThisComponent.createInstance("com.sun.star.document.Settings")

settings.UnxForceZeroExtLeading = false

End Sub

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