Hi together,
I am creating a toolbar Add-On for OOo. Everything works perfect. Now I
would like to name the Toolbar itself. Currently it is named by OOo
"Add-On 1". Can I rename it?
Here is my Addon.xcu:
-----%<-----
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:name="Addons" oor:package="org.openoffice.Office"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<node oor:name="AddonUI">
<node oor:name="OfficeToolBar">
<node oor:name="de.twc.oocom.comp" oor:op="replace">
<prop oor:name="Title" oor:type="xs:string">
<value>Judas Add-On</value>
</prop>
<node oor:name="m0" oor:op="replace">
<prop oor:name="URL" oor:type"xs:string">
<value>.Judas:Saveto</value>
</prop>
<prop oor:name="Title"
oor:type="xs:string">
<value
xml:lang="de">Sicherheitskopie erstellen</value>
</prop>
<prop oor:name="ImageIdentifier"
oor:type="xs:string">
<value>%origin%/images/JudasSaveto</value>
</prop>
<prop oor:name="Target"
oor:type="xs:string">
<value>_self</value>
</prop>
<prop oor:name="Context"
oor:type="xs:string">
<value />
</prop>
</node>
<node oor:name="m1" oor:op="replace">
<prop oor:name="URL"
oor:type="xs:string">
<value>.Judas:PrintTrays</value>
</prop>
<prop oor:name="Title"
oor:type="xs:string">
<value xml:lang="de">Erste
Seite auf Briefpapier drucken</value>
</prop>
<prop oor:name="ImageIdentifier"
oor:type="xs:string">
<value>%origin%/images/JudasPrintTrays</value>
</prop>
<prop oor:name="Target"
oor:type="xs:string">
<value>_self</value>
</prop>
<prop oor:name="Context"
oor:type="xs:string">
<value />
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>
<!-- End of file -->
-----%<-----
Greetings, Tobias
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]