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

--- Comment #9 from vermontp...@gmail.com ---
Update. It works:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument
1.0//EN" "toolbar.dtd">
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar";
xmlns:xlink="http://www.w3.org/1999/xlink"; toolbar:uiname="Styles">
 <toolbar:toolbaritem xlink:href=".uno:DesignerDialog" toolbar:text="Styles"/>
 <toolbar:toolbaritem
xlink:href=".uno:StyleApply?Style:string=Default%20Style&amp;FamilyName:string=CharacterStyles"
toolbar:text="Default"/>
 <toolbar:toolbaritem
xlink:href=".uno:StyleApply?Style:string=Emphasis&amp;FamilyName:string=CharacterStyles"
toolbar:text="Italics"/>
 <toolbar:toolbaritem
xlink:href=".uno:StyleApply?Style:string=Strong%20Emphasis&amp;FamilyName:string=CharacterStyles"
toolbar:text="Bold"/>
</toolbar:toolbar>

I initially tried to edit the custom toolbar while it was blank. That didn't
work because syntax was missing (and I wouldn't know enough to recognize it). I
then tried adding the Styles button before adding my own lines. Adding the
Styles button via LO's customize option apparently reconfigured the xml file so
that I could edit it successfully. (?) I'm guessing.

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