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

--- Comment #2 from Maxim Monastirsky <[email protected]> ---
The problem is apparently with spaces in command names. Replacing spaces with
%20 should do the trick, i.e.

.uno:StyleApply?Style:string=Heading 1 ...

should be changed to:

.uno:StyleApply?Style:string=Heading%201

@Jay: Could you take care of it?

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