1cdf0e10cSrcweir<?xml version='1.0' encoding='UTF-8'?>
254befb6bSJürgen Schmidt<!--***********************************************************
3*5bf47815SAriel Constenla-Haile *
454befb6bSJürgen Schmidt * Licensed to the Apache Software Foundation (ASF) under one
554befb6bSJürgen Schmidt * or more contributor license agreements.  See the NOTICE file
654befb6bSJürgen Schmidt * distributed with this work for additional information
754befb6bSJürgen Schmidt * regarding copyright ownership.  The ASF licenses this file
854befb6bSJürgen Schmidt * to you under the Apache License, Version 2.0 (the
954befb6bSJürgen Schmidt * "License"); you may not use this file except in compliance
1054befb6bSJürgen Schmidt * with the License.  You may obtain a copy of the License at
11*5bf47815SAriel Constenla-Haile *
1254befb6bSJürgen Schmidt *   http://www.apache.org/licenses/LICENSE-2.0
13*5bf47815SAriel Constenla-Haile *
1454befb6bSJürgen Schmidt * Unless required by applicable law or agreed to in writing,
1554befb6bSJürgen Schmidt * software distributed under the License is distributed on an
1654befb6bSJürgen Schmidt * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1754befb6bSJürgen Schmidt * KIND, either express or implied.  See the License for the
1854befb6bSJürgen Schmidt * specific language governing permissions and limitations
1954befb6bSJürgen Schmidt * under the License.
20*5bf47815SAriel Constenla-Haile *
2154befb6bSJürgen Schmidt ***********************************************************-->
22cdf0e10cSrcweir<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">
23*5bf47815SAriel Constenla-Haile    <node oor:name="AddonUI">
24*5bf47815SAriel Constenla-Haile        <node oor:name="AddonMenu">
25cdf0e10cSrcweir            <node oor:name="org.openoffice.Office.addon.example.function" oor:op="replace">
26*5bf47815SAriel Constenla-Haile                <prop oor:name="Title" oor:type="xs:string">
27*5bf47815SAriel Constenla-Haile                    <value xml:lang="en-US">Add-On example</value>
28*5bf47815SAriel Constenla-Haile                </prop>
29*5bf47815SAriel Constenla-Haile                <prop oor:name="Context" oor:type="xs:string">
30*5bf47815SAriel Constenla-Haile                    <value>com.sun.star.text.TextDocument</value>
31*5bf47815SAriel Constenla-Haile                </prop>
32*5bf47815SAriel Constenla-Haile                <node oor:name="Submenu">
33*5bf47815SAriel Constenla-Haile                    <node oor:name="m1" oor:op="replace">
34*5bf47815SAriel Constenla-Haile                        <prop oor:name="URL" oor:type="xs:string">
35*5bf47815SAriel Constenla-Haile                            <value>org.openoffice.Office.addon.example:Function1</value>
36*5bf47815SAriel Constenla-Haile                        </prop>
37*5bf47815SAriel Constenla-Haile                        <prop oor:name="ImageIdentifier" oor:type="xs:string">
38*5bf47815SAriel Constenla-Haile                            <value/>
39*5bf47815SAriel Constenla-Haile                        </prop>
40*5bf47815SAriel Constenla-Haile                        <prop oor:name="Title" oor:type="xs:string">
41*5bf47815SAriel Constenla-Haile                            <value/>
42*5bf47815SAriel Constenla-Haile                            <value xml:lang="en-US">Add-On Function 1</value>
43*5bf47815SAriel Constenla-Haile                        </prop>
44*5bf47815SAriel Constenla-Haile                        <prop oor:name="Target" oor:type="xs:string">
45*5bf47815SAriel Constenla-Haile                            <value>_self</value>
46*5bf47815SAriel Constenla-Haile                        </prop>
47*5bf47815SAriel Constenla-Haile                    </node>
48*5bf47815SAriel Constenla-Haile                    <node oor:name="m2" oor:op="replace">
49*5bf47815SAriel Constenla-Haile                        <prop oor:name="URL" oor:type="xs:string">
50*5bf47815SAriel Constenla-Haile                            <value>org.openoffice.Office.addon.example:Function2</value>
51*5bf47815SAriel Constenla-Haile                        </prop>
52*5bf47815SAriel Constenla-Haile                        <prop oor:name="ImageIdentifier" oor:type="xs:string">
53*5bf47815SAriel Constenla-Haile                            <value/>
54*5bf47815SAriel Constenla-Haile                        </prop>
55*5bf47815SAriel Constenla-Haile                        <prop oor:name="Title" oor:type="xs:string">
56*5bf47815SAriel Constenla-Haile                            <value/>
57*5bf47815SAriel Constenla-Haile                            <value xml:lang="en-US">Add-On Function 2</value>
58*5bf47815SAriel Constenla-Haile                        </prop>
59*5bf47815SAriel Constenla-Haile                        <prop oor:name="Target" oor:type="xs:string">
60*5bf47815SAriel Constenla-Haile                            <value>_self</value>
61*5bf47815SAriel Constenla-Haile                        </prop>
62*5bf47815SAriel Constenla-Haile                    </node>
63*5bf47815SAriel Constenla-Haile                </node>
64*5bf47815SAriel Constenla-Haile            </node>
65*5bf47815SAriel Constenla-Haile        </node>
66*5bf47815SAriel Constenla-Haile        <node oor:name="OfficeMenuBar">
67*5bf47815SAriel Constenla-Haile            <node oor:name="org.openoffice.Office.addon.example" oor:op="replace">
68*5bf47815SAriel Constenla-Haile                <prop oor:name="Title" oor:type="xs:string">
69*5bf47815SAriel Constenla-Haile                    <value/>
70*5bf47815SAriel Constenla-Haile                    <value xml:lang="en-US">Add-On example</value>
71*5bf47815SAriel Constenla-Haile                </prop>
72*5bf47815SAriel Constenla-Haile                <prop oor:name="Target" oor:type="xs:string">
73*5bf47815SAriel Constenla-Haile                    <value>_self</value>
74*5bf47815SAriel Constenla-Haile                </prop>
75*5bf47815SAriel Constenla-Haile                <prop oor:name="ImageIdentifier" oor:type="xs:string">
76*5bf47815SAriel Constenla-Haile                    <value/>
77*5bf47815SAriel Constenla-Haile                </prop>
78*5bf47815SAriel Constenla-Haile                <node oor:name="Submenu">
79*5bf47815SAriel Constenla-Haile                    <node oor:name="m1" oor:op="replace">
80*5bf47815SAriel Constenla-Haile                        <prop oor:name="URL" oor:type="xs:string">
81*5bf47815SAriel Constenla-Haile                            <value>org.openoffice.Office.addon.example:Function1</value>
82*5bf47815SAriel Constenla-Haile                        </prop>
83*5bf47815SAriel Constenla-Haile                        <prop oor:name="ImageIdentifier" oor:type="xs:string">
84*5bf47815SAriel Constenla-Haile                            <value/>
85*5bf47815SAriel Constenla-Haile                        </prop>
86*5bf47815SAriel Constenla-Haile                        <prop oor:name="Title" oor:type="xs:string">
87*5bf47815SAriel Constenla-Haile                            <value/>
88*5bf47815SAriel Constenla-Haile                            <value xml:lang="en-US">Add-On Function 1</value>
89*5bf47815SAriel Constenla-Haile                        </prop>
90*5bf47815SAriel Constenla-Haile                        <prop oor:name="Target" oor:type="xs:string">
91*5bf47815SAriel Constenla-Haile                            <value>_self</value>
92*5bf47815SAriel Constenla-Haile                        </prop>
93*5bf47815SAriel Constenla-Haile                        <prop oor:name="Context" oor:type="xs:string">
94*5bf47815SAriel Constenla-Haile                            <value>com.sun.star.text.TextDocument</value>
95*5bf47815SAriel Constenla-Haile                        </prop>
96*5bf47815SAriel Constenla-Haile                    </node>
97*5bf47815SAriel Constenla-Haile                    <node oor:name="m2" oor:op="replace">
98*5bf47815SAriel Constenla-Haile                        <prop oor:name="URL" oor:type="xs:string">
99*5bf47815SAriel Constenla-Haile                            <value>private:separator</value>
100*5bf47815SAriel Constenla-Haile                        </prop>
101*5bf47815SAriel Constenla-Haile                    </node>
102*5bf47815SAriel Constenla-Haile                    <node oor:name="m3" oor:op="replace">
103*5bf47815SAriel Constenla-Haile                        <prop oor:name="URL" oor:type="xs:string">
104*5bf47815SAriel Constenla-Haile                            <value/>
105*5bf47815SAriel Constenla-Haile                        </prop>
106*5bf47815SAriel Constenla-Haile                        <prop oor:name="ImageIdentifier" oor:type="xs:string">
107*5bf47815SAriel Constenla-Haile                            <value/>
108*5bf47815SAriel Constenla-Haile                        </prop>
109*5bf47815SAriel Constenla-Haile                        <prop oor:name="Title" oor:type="xs:string">
110*5bf47815SAriel Constenla-Haile                            <value/>
111*5bf47815SAriel Constenla-Haile                            <value xml:lang="en-US">Add-On sub menu</value>
112*5bf47815SAriel Constenla-Haile                        </prop>
113*5bf47815SAriel Constenla-Haile                        <prop oor:name="Target" oor:type="xs:string">
114*5bf47815SAriel Constenla-Haile                            <value>_self</value>
115*5bf47815SAriel Constenla-Haile                        </prop>
116*5bf47815SAriel Constenla-Haile                        <node oor:name="Submenu">
117*5bf47815SAriel Constenla-Haile                            <node oor:name="submenu1" oor:op="replace">
118*5bf47815SAriel Constenla-Haile                                <prop oor:name="URL" oor:type="xs:string">
119*5bf47815SAriel Constenla-Haile                                    <value>org.openoffice.Office.addon.example:Function2</value>
120*5bf47815SAriel Constenla-Haile                                </prop>
121*5bf47815SAriel Constenla-Haile                                <prop oor:name="ImageIdentifier" oor:type="xs:string">
122*5bf47815SAriel Constenla-Haile                                    <value/>
123*5bf47815SAriel Constenla-Haile                                </prop>
124*5bf47815SAriel Constenla-Haile                                <prop oor:name="Title" oor:type="xs:string">
125*5bf47815SAriel Constenla-Haile                                    <value/>
126*5bf47815SAriel Constenla-Haile                                    <value xml:lang="en-US">Add-On Function 2</value>
127*5bf47815SAriel Constenla-Haile                                </prop>
128*5bf47815SAriel Constenla-Haile                                <prop oor:name="Target" oor:type="xs:string">
129*5bf47815SAriel Constenla-Haile                                    <value>_self</value>
130*5bf47815SAriel Constenla-Haile                                </prop>
131*5bf47815SAriel Constenla-Haile                                <prop oor:name="Context" oor:type="xs:string">
132*5bf47815SAriel Constenla-Haile                                    <value>com.sun.star.sheet.SpreadsheetDocument</value>
133*5bf47815SAriel Constenla-Haile                                </prop>
134*5bf47815SAriel Constenla-Haile                            </node>
135*5bf47815SAriel Constenla-Haile                        </node>
136*5bf47815SAriel Constenla-Haile                    </node>
137*5bf47815SAriel Constenla-Haile                </node>
138*5bf47815SAriel Constenla-Haile            </node>
139*5bf47815SAriel Constenla-Haile        </node>
140*5bf47815SAriel Constenla-Haile        <node oor:name="OfficeToolBar">
141*5bf47815SAriel Constenla-Haile            <node oor:name="org.openoffice.Office.addon.example" oor:op="replace">
142*5bf47815SAriel Constenla-Haile                <prop oor:name="Title" oor:type="xs:string">
143*5bf47815SAriel Constenla-Haile                    <value xml:lang="en-US">Cpp Addon Example</value>
144*5bf47815SAriel Constenla-Haile                </prop>
145*5bf47815SAriel Constenla-Haile                <node oor:name="ToolBarItems">
146*5bf47815SAriel Constenla-Haile                    <node oor:name="m1" oor:op="replace">
147*5bf47815SAriel Constenla-Haile                        <prop oor:name="URL" oor:type="xs:string">
148*5bf47815SAriel Constenla-Haile                            <value>org.openoffice.Office.addon.example:Function1</value>
149*5bf47815SAriel Constenla-Haile                        </prop>
150*5bf47815SAriel Constenla-Haile                        <prop oor:name="ImageIdentifier" oor:type="xs:string">
151*5bf47815SAriel Constenla-Haile                            <value/>
152*5bf47815SAriel Constenla-Haile                        </prop>
153*5bf47815SAriel Constenla-Haile                        <prop oor:name="Title" oor:type="xs:string">
154*5bf47815SAriel Constenla-Haile                            <value/>
155*5bf47815SAriel Constenla-Haile                            <value xml:lang="en-US">Function 1</value>
156*5bf47815SAriel Constenla-Haile                        </prop>
157*5bf47815SAriel Constenla-Haile                        <prop oor:name="Target" oor:type="xs:string">
158*5bf47815SAriel Constenla-Haile                            <value>_self</value>
159*5bf47815SAriel Constenla-Haile                        </prop>
160*5bf47815SAriel Constenla-Haile                        <prop oor:name="Context" oor:type="xs:string">
161*5bf47815SAriel Constenla-Haile                            <value>com.sun.star.text.TextDocument</value>
162*5bf47815SAriel Constenla-Haile                        </prop>
163*5bf47815SAriel Constenla-Haile                    </node>
164*5bf47815SAriel Constenla-Haile                    <node oor:name="m2" oor:op="replace">
165*5bf47815SAriel Constenla-Haile                        <prop oor:name="URL" oor:type="xs:string">
166*5bf47815SAriel Constenla-Haile                            <value>org.openoffice.Office.addon.example:Function2</value>
167*5bf47815SAriel Constenla-Haile                        </prop>
168*5bf47815SAriel Constenla-Haile                        <prop oor:name="ImageIdentifier" oor:type="xs:string">
169*5bf47815SAriel Constenla-Haile                            <value/>
170*5bf47815SAriel Constenla-Haile                        </prop>
171*5bf47815SAriel Constenla-Haile                        <prop oor:name="Title" oor:type="xs:string">
172*5bf47815SAriel Constenla-Haile                            <value/>
173*5bf47815SAriel Constenla-Haile                            <value xml:lang="en-US">Function 2</value>
174*5bf47815SAriel Constenla-Haile                        </prop>
175*5bf47815SAriel Constenla-Haile                        <prop oor:name="Target" oor:type="xs:string">
176*5bf47815SAriel Constenla-Haile                            <value>_self</value>
177*5bf47815SAriel Constenla-Haile                        </prop>
178*5bf47815SAriel Constenla-Haile                        <prop oor:name="Context" oor:type="xs:string">
179*5bf47815SAriel Constenla-Haile                            <value>com.sun.star.text.TextDocument</value>
180*5bf47815SAriel Constenla-Haile                        </prop>
181cdf0e10cSrcweir                    </node>
182*5bf47815SAriel Constenla-Haile                </node>
183*5bf47815SAriel Constenla-Haile            </node>
184*5bf47815SAriel Constenla-Haile        </node>
185*5bf47815SAriel Constenla-Haile        <node oor:name="Images">
186*5bf47815SAriel Constenla-Haile            <node oor:name="com.sun.star.comp.framework.addon.image1" oor:op="replace">
187*5bf47815SAriel Constenla-Haile                <prop oor:name="URL">
188*5bf47815SAriel Constenla-Haile                    <value>org.openoffice.Office.addon.example:Function1</value>
189*5bf47815SAriel Constenla-Haile                </prop>
190*5bf47815SAriel Constenla-Haile                <node oor:name="UserDefinedImages">
191*5bf47815SAriel Constenla-Haile                    <prop oor:name="ImageSmall" oor:type="xs:hexBinary">
192*5bf47815SAriel Constenla-Haile                        <value>424df80000000000000076000000280000001000000010000000010004000000000000000000120b0000120b000000000000000000000000ff0000ffff0000ff0000ffff0000ff000000ff00ff00ffffff00c0c0c0008080800000000000000080000080800000800000808000008000000080008000cccccccccccccccc2c266b181b666c2c5cc66b818b6665c555566b181b66655555566b818b66655555566b181b6665555a8666bbb6668a55a0a866666668a0a5000a8666668a000a6000a86668a000a556000a868a000a55556000a8a000a5555556000a000a55555555600000a55555555556000a55555555555560a55555550000</value>
193*5bf47815SAriel Constenla-Haile                    </prop>
194*5bf47815SAriel Constenla-Haile                    <prop oor:name="ImageBig" oor:type="xs:hexBinary">
195*5bf47815SAriel Constenla-Haile                        <value>424d180200000000000076000000280000001a0000001a000000010004000000000000000000120b0000120b000000000000000000000000ff0000ffff0000ff0000ffff0000ff000000ff00ff00ffffff00c0c0c000808080000000000000008000008080000080000080800000800000008000800055555555555555555555555555999990cccccccccccccccccccccccccc9055552cc2c6666b18181b6666c2cc2c99ccccc2ccc6666b81818b66668c2cc5902cc25c2586666b18181b66668ccc5590c2cc555586666b81818b6666855555995c25555586666b18181b6666855555995555555586666b81818b6666855555005555555586666b18181b666685555590555555a5866666b181b6666685a5550955555a0a8666666bbb6666668a0a559955a5a000a866666666666668a000a5995a0a00000a8666666666668a00000a90a000600000a86666666668a00000a50900005600000a866666668a00000a5599600055600000a8666668a00000a555095600555600000a86668a00000a55559955605555600000a868a00000a5555599555655555600000a8a00000a555555005555555555600000a00000a555555590555555555556000000000a555555550955555555555560000000a555555555995555555555555600000a555555555590555555555555556000a555555555550055555555555555560a555555555555905555555555555555555555555555559055550000</value>
196*5bf47815SAriel Constenla-Haile                    </prop>
197*5bf47815SAriel Constenla-Haile                    <prop oor:name="ImageSmallHC" oor:type="xs:hexBinary">
198*5bf47815SAriel Constenla-Haile                        <value>424df60000000000000076000000280000001000000010000000010004000000000080000000120b0000120b000000000000000000000000ff0000ffff0000ff0000ffff0000ff000000ff00ff00ffffff00c0c0c00080808000000000000000800000808000008000008080000080000000800080002222222222222222222996969699922252299669669995255559969696999555555996696699955555599696969995555969996669996955969699999996969566696999996966699666969996966695596669696966695555966696966695555559666966695555555596666695555555555966695555555555559695555555</value>
199*5bf47815SAriel Constenla-Haile                    </prop>
200*5bf47815SAriel Constenla-Haile                    <prop oor:name="ImageBigHC" oor:type="xs:hexBinary">
201*5bf47815SAriel Constenla-Haile                        <value/>
202*5bf47815SAriel Constenla-Haile                    </prop>
203*5bf47815SAriel Constenla-Haile                </node>
204*5bf47815SAriel Constenla-Haile            </node>
205*5bf47815SAriel Constenla-Haile            <node oor:name="com.sun.star.comp.framework.addon.image2" oor:op="replace">
206*5bf47815SAriel Constenla-Haile                <prop oor:name="URL">
207*5bf47815SAriel Constenla-Haile                    <value>org.openoffice.Office.addon.example:Help</value>
208*5bf47815SAriel Constenla-Haile                </prop>
209*5bf47815SAriel Constenla-Haile                <node oor:name="UserDefinedImages">
210*5bf47815SAriel Constenla-Haile                    <prop oor:name="ImageSmall" oor:type="xs:hexBinary">
211*5bf47815SAriel Constenla-Haile                        <value>424d36030000000000003600000028000000100000001000000001001800000000000003000000000000000000000000000000000000ff00ffff00ffff00ffff00fff0eeee6c5f602512133c2b2c2b1719594a4bdcd8d8ff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ff5443453a2525d0c5bdffffffffffffffffffe6e7e8493c3c5e514eb7b1b0ff00ffff00ffff00ffff00ffff00ff5c4a4dc0bbbcfffffffbeadee7bca8e7bcabdfb4a2f1c4b0fffffad0d0cd584a4dc5bbb8ff00ffff00ffff00ffddd9d9514449ffffffd49578b7511eb5582ed29d85ce8b6db54513ba5f32eeccb8fffffffffffbd3cfcfff00ffff00ffd9cdc5e0d9dadc9270ba4613bf511dc99076edeae7f2dcced27b54bc4811ba5724d3ad96ffffff402d30ff00ffefeae6e9e0daeabba4ba4308cb5b28cb5f2ecc7046d99979db8f66ce6635cc5d2dbf4e1ab85225ffeee5726361b1aaaad8cbc2ffffffbf4911c65b21cf6532cc5d2bcc764edbae97dfa284ce6a3bcc5b2bcc602ebb4310d28259ffffff332124d7cbc2fffffebb2600d0703bcc612ecb5b2bca7a56dfd3cdf5f4f1e1a686cd6333ce622dc95e2abe3901ffffff2b1a1dd8cdc4ffffffbe2f00d36f40cb602dcb5928c95a29ce8666e9ded7f1dcd2d77e56cd612acc6530c43a00ffffff312125d5c8beffffffcf3f00d66e3dcc632fc95d2ccb5522c44f19cf8c6becd4ccde9b81d06435d05b26c65619ffffff251317d9cdc5fefffff09361e87437da794ad29a7edfa68ad56f3bd5835bedd5cbe3b399d36939db6126e9b395ffffff3f3033f5f2f0ded6d1fff1e4f9a36ff28b52e3b39beeefedf3e5d9f2e7def4f0eaeba87ee66d2fee9e72fffffcb28d89c7c6c6ff00ffcbb6aaffffffffebdcfec08ff6b584edcebbeddaddf3dfdff5cab3f79c66fbaa7dfce8dcffffffb99e9bff00ffff00ffdccbc3e0d6cef2f2f2fffffcfff2d1fadca3f6cf91fac588fdc68bffe4c5fffefaffffffe2d4c8f2efeeff00ffff00ffff00fff0ebe6dfd0c9dbcac2f8f7f4fffffffffffffffffffdf8f2e3d9d1cfbfb4ebe3ddff00ffff00ffff00ffff00ffff00ffff00ffff00fffafaf9e1d6ced5c2b9d9c9c2d5c6beddcfc8f4f0efff00ffff00ffff00ffff00ffff00ff</value>
212*5bf47815SAriel Constenla-Haile                    </prop>
213*5bf47815SAriel Constenla-Haile                    <prop oor:name="ImageBig" oor:type="xs:hexBinary">
214*5bf47815SAriel Constenla-Haile                        <value>424d560800000000000036000000280000001a0000001a00000001001800000000002008000000000000000000000000000000000000ff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ff0000ff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ff524142524142524142524142524142524142524142524142ff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ff0000ff00ffff00ffff00ffff00ffff00ffff00ff524142524142bda69cd6c7bddecfc6ded7d6e7dfd6e7d7cebdbebdb59694524142524142ff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ff0000ff00ffff00ffff00ffff00ffff00ff524142fffffffffffffffffffffffffffffffffffffffffff7f7f7ffffffffffffffefefbdb6ad524142524142ff00ffff00ffff00ffff00ffff00ffff00ff0000ff00ffff00ffff00ffff00ff524142ffffffffffffffffffefefefdedfdebdb6adc6a694d6a68cdebeade7d7ceefefeff7f7f7ffffffefe7deefe7de524142ff00ffff00ffff00ffff00ffff00ff0000ff00ffff00ffff00ffbda69cffffffffffffffffffefe7ded6a68cbd6139bd5929ce6942c6795abd5929bd5931ce8663debeadefefeffffffffff7f7efe7de524142ff00ffff00ffff00ffff00ff0000ff00ffff00ffff00ffbda69cffffffffffffe7cfc6ce7142bd5929bd5929bd6139d6c7bdffffffd69e84bd5929bd5929bd5929d69e7befefefffffffffefef524142ff00ffff00ffff00ffff00ff0000ff00ffff00ffdecfc6ffffffffffffe7cfc6c66139bd5929c66131ce6131bd7152dedfdeffffffe7c7bdce6131ce6131bd5929bd5929ce8e6befefefffffffdecfc6524142ff00ffff00ffff00ff0000ff00ffff00ffdecfc6ffffffefe7e7ce7142c66131ce6131ce6131ce6131c66131d6a68cefcfbdd68652ce6131ce6131ce6131c66131bd5929d6a68cffffffffffff524142ff00ffff00ffff00ff0000ff00ffdecfc6fff7f7ffffffdeae94bd5929ce6131ce6931ce6131ce6131ce6131ce6939d67142ce6131ce6131ce6131ce6131ce6131bd5929c66139f7dfd6ffffffdecfc6524142ff00ffff00ff0000ff00ffdecfc6fffffff7efefd6714ac66131ce6931ce6931ce6131ce6131c66939debeadffefe7de966bc66131ce6131ce6131ce6131ce6131bd5929deae94ffffffffefe7524142ff00ffff00ff0000ff00ffdecfc6ffffffefd7cece6131ce6931ce6931ce6131ce6131ce6131c66939d6d7d6ffffffdeb69cce6131ce6131ce6131ce6131ce6131bd5929ce8e63f7f7f7ffffff524142ff00ffff00ff0000ff00ffdecfc6ffffffefc7adce6131ce6939ce6931ce6131ce6131ce6131ce6131c6a694f7f7f7fff7efd68e63ce6131ce6131ce6131ce6931ce6131d6714af7efefffffff524142ff00ffff00ff0000ff00ffdecfc6ffffffefc7adce6131d66939ce6931ce6131ce6131ce6131ce6131c66139debeadfffffffff7efd68e63ce6131ce6931ce6931ce6131d6714af7efefffffff524142ff00ffff00ff0000ff00ffdecfc6ffffffffcfb5d67139d67142d66939ce6131ce6131ce6131ce6131ce6131c66939d6c7bdffffffffefefd6714ace6131d66939ce6931d68652fff7f7ffffff524142ff00ffff00ff0000ff00ffdecfc6ffffffffe7dee7794ade7142d67139ce6931ce6131ce6131ce6131ce6131ce6131ce7142f7efefffffffe7ae94ce6131d66939d66939d69673ffffffffffff524142ff00ffff00ff0000ff00ffdecfc6ffffffffffffefa67bef8652de7142d6714adebeadefdfcede9e7bce6131ce6131ce6131f7dfd6ffffffefc7add66939de7142d66939efc7b5ffffffffefef524142ff00ffff00ff0000ff00ffdecfc6f7f7f7ffffffffdfc6f7965af78e5ade794acecfceffffffffefe7d68652ce6131d69e84ffffffffffffdeae94d67139de7142ef9663fff7f7ffffffd6c7bd524142ff00ffff00ff0000ff00ffff00ffdecfc6fffffffffffff7c7adff9e6bf7965ad69e84efefeffffffffffff7ffefdeffffffffffffefe7e7ef9663e7864aef8652f7dfceffffffffffffb59694ff00ffff00ffff00ff0000ff00ffff00ffdecfc6f7f7efffffffffffffffd7adffb684ffa673efb69cdedfdeefefefefefefefefefefe7deefae8cf7965aff9663ffcfb5ffffffffffffdecfc6b59694ff00ffff00ffff00ff0000ff00ffff00ffff00ffdecfc6ffffffffffffffffffffefd6ffdfadffc794ffc794efb69cefb69cffbe9cffb684ffae7bffb68cffe7d6fffffffffffff7efe7bdb6adff00ffff00ffff00ffff00ff0000ff00ffff00ffff00ffff00ffdecfc6fffffffffffffffffffffff7ffffe7ffffd6ffefb5ffefb5ffdfadffdfadffefd6fffff7fffffffffffffff7efdecfc6ff00ffff00ffff00ffff00ffff00ff0000ff00ffff00ffff00ffff00ffff00ffdecfc6fff7efffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdecfc6decfc6ff00ffff00ffff00ffff00ffff00ffff00ff0000ff00ffff00ffff00ffff00ffff00ffff00ffdecfc6decfc6fff7effffffffffffffffffffffffffffffffffffffffff7decfc6decfc6ff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ff0000ff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffdecfc6decfc6decfc6decfc6decfc6decfc6decfc6decfc6ff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ff0000ff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ff0000</value>
215*5bf47815SAriel Constenla-Haile                    </prop>
216*5bf47815SAriel Constenla-Haile                    <prop oor:name="ImageSmallHC" oor:type="xs:hexBinary">
217*5bf47815SAriel Constenla-Haile                        <value>424d36030000000000003600000028000000100000001000000001001800000000000003000000000000000000000000000000000000ff00ffff00ffff00ffff00fff0eeee6c5f602512133c2b2c2b1719594a4bdcd8d8ff00ffff00ffff00ffff00ffff00ffff00ffff00ffff00ff5443453a2525d0c5bdffffffffffffffffffe6e7e8493c3c5e514eb7b1b0ff00ffff00ffff00ffff00ffff00ff5c4a4dc0bbbcffffffffffffffffffffffffffffffffffffffffffd0d0cd584a4dc5bbb8ff00ffff00ffff00ffddd9d9514449ffffffffffffffffffffffff251317251317fffffffffffffffffffffffffffffbd3cfcfff00ffff00ffd9cdc5e0d9daffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff402d30ff00ffefeae6e9e0daffffffffffffffffffffffffffffff251317251317ffffffffffffffffffffffffffffff726361b1aaaad8cbc2ffffffffffffffffffffffffffffffffffff251317251317ffffffffffffffffffffffffffffffffffff332124d7cbc2fffffeffffffffffffffffffffffffffffff251317251317000000ffffffffffffffffffffffffffffff2b1a1dd8cdc4ffffffffffffffffffffffffffffffffffffffffff251317251317ffffffffffffffffffffffffffffff312125d5c8beffffffffffffffffffffffffffffffffffffffffffffffff251317251317ffffffffffffffffffffffff251317d9cdc5feffffffffffffffffffffff000000000000ffffffffffff251317251317ffffffffffffffffffffffff3f3033f5f2f0ded6d1ffffffffffffffffff000000251317251317251317251317000000ffffffffffffffffffb28d89c7c6c6ff00ffcbb6aaffffffffffffffffffffffff000000251317251317000000ffffffffffffffffffffffffb99e9bff00ffff00ffdccbc3e0d6cef2f2f2fffffffffffffffffffffffffffffffffffffffffffffefaffffffe2d4c8f2efeeff00ffff00ffff00fff0ebe6dfd0c9dbcac2f8f7f4fffffffffffffffffffdf8f2e3d9d1cfbfb4ebe3ddff00ffff00ffff00ffff00ffff00ffff00ffff00fffafaf9e1d6ced5c2b9d9c9c2d5c6beddcfc8f4f0efff00ffff00ffff00ffff00ffff00ff</value>
218*5bf47815SAriel Constenla-Haile                    </prop>
219*5bf47815SAriel Constenla-Haile                    <prop oor:name="ImageBigHC" oor:type="xs:hexBinary">
220*5bf47815SAriel Constenla-Haile                        <value/>
221*5bf47815SAriel Constenla-Haile                    </prop>
222*5bf47815SAriel Constenla-Haile                </node>
223*5bf47815SAriel Constenla-Haile            </node>
224*5bf47815SAriel Constenla-Haile        </node>
225*5bf47815SAriel Constenla-Haile        <node oor:name="OfficeHelp">
226*5bf47815SAriel Constenla-Haile            <node oor:name="com.sun.star.comp.framework.addon" oor:op="replace">
227*5bf47815SAriel Constenla-Haile                <prop oor:name="URL" oor:type="xs:string">
228*5bf47815SAriel Constenla-Haile                    <value>org.openoffice.Office.addon.example:Help</value>
229*5bf47815SAriel Constenla-Haile                </prop>
230*5bf47815SAriel Constenla-Haile                <prop oor:name="ImageIdentifier" oor:type="xs:string">
231*5bf47815SAriel Constenla-Haile                    <value/>
232*5bf47815SAriel Constenla-Haile                </prop>
233*5bf47815SAriel Constenla-Haile                <prop oor:name="Title" oor:type="xs:string">
234cdf0e10cSrcweir                    <!-- The x-no-translate entry is a marker to prevent l10n tooling from translation. It it is not necessary. -->
235cdf0e10cSrcweir                    <value xml:lang="x-no-translate"></value>                                                                                 <value xml:lang="x-no-translate"></value>
236cdf0e10cSrcweir                    <value xml:lang="de">Über Add-On Beispiel</value>
237*5bf47815SAriel Constenla-Haile                    <value xml:lang="en-US">About Add-On Example</value>
238*5bf47815SAriel Constenla-Haile                </prop>
239*5bf47815SAriel Constenla-Haile                <prop oor:name="Target" oor:type="xs:string">
240*5bf47815SAriel Constenla-Haile                    <value>_self</value>
241*5bf47815SAriel Constenla-Haile                </prop>
242*5bf47815SAriel Constenla-Haile            </node>
243*5bf47815SAriel Constenla-Haile        </node>
244*5bf47815SAriel Constenla-Haile    </node>
245cdf0e10cSrcweir</oor:component-data>
246