-
Notifications
You must be signed in to change notification settings - Fork 0
/
Addons.xcu
30 lines (30 loc) · 1.13 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
<?xml version='1.0' encoding='UTF-8'?>
<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="OfficeToolBar">
<node oor:name="MakeEverythingOK.OfficeToolBar" oor:op="replace">
<node oor:name="m6" oor:op="replace">
<prop oor:name="Context" oor:type="xs:string">
<value>com.sun.star.text.TextDocument,com.sun.star.sheet.SpreadsheetDocument,com.sun.star.drawing.DrawingDocument,com.sun.star.presentation.PresentationDocument,com.sun.star.sdb.OfficeDatabaseDocument</value>
</prop>
<prop oor:name="URL" oor:type="xs:string">
<value>macro:///MakeEverythingOK.MagicButton.main</value>
</prop>
<prop oor:name="ImageIdentifier" oor:type="xs:string">
<value>%origin%/icons/OKsymbol</value>
</prop>
<prop oor:name="Title" oor:type="xs:string">
<value>Magic Button</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>