-
Notifications
You must be signed in to change notification settings - Fork 0
/
Addons.xcu
43 lines (43 loc) · 2.1 KB
/
Addons.xcu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<!--
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
-->
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Addons" oor:package="org.openoffice.Office">
<node oor:name="AddonUI">
<node oor:name="OfficeToolbarMerging">
<node oor:name="org.libreoffice.imageexample.ImageExample.standardbar" oor:op="replace">
<node oor:name="toolbar1" oor:op="replace">
<prop oor:name="MergeToolBar">
<value>standardbar</value>
</prop>
<prop oor:name="MergePoint">
<value>.uno:PrintDefault</value>
</prop>
<prop oor:name="MergeCommand">
<value>Replace</value>
</prop>
<node oor:name="ToolBarItems">
<node oor:name="button1" oor:op="replace">
<prop oor:name="URL" oor:type="xs:string">
<value>service:org.libreoffice.imageexample.ImageExample?export_images</value>
</prop>
<prop oor:name="ImageIdentifier" oor:type="xs:string">
<value>%origin%/images/imageexample</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en-US">Export images</value>
<value>Export images</value>
</prop>
</node>
</node>
</node>
</node>
</node>
</node>
</oor:component-data>