Date: prev next · Thread: first prev next last
March 2017 Archives by date, by thread · List index


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

--- Comment #9 from vermontpoet@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 on the CC list for the bug.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.