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

--- Comment #8 from Luis <luismiguel.laco...@gmail.com> ---
Tested on LibreOffice 5.1.6.2 (Windows 7).
This bug is present.
I wanted a functionality in a LibreOffice based application not possible due to
this bug.
I have created and attached a test document.
Download the document and press the button "Change mode" that executes this
macro:

sub changemode
dim oDocument as object
dim oDispatcher as object
        oDocument = ThisComponent.CurrentController.Frame
        oDispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
        oDispatcher.executeDispatch(oDocument, ".uno:EditDoc", "", 0, Array())
end sub

After this the bug is manifested by pressing the button "Test".

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to