Use IID_PPV_ARGS and CComPtr to simplify
[LibreOffice.git] / desktop / test / deployment / passive / Addons.xcu
blob3cc7c45ed65d9e98714f2941f1dcc5cf52fe5f01
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 -->
20 <o:items xmlns:o="http://openoffice.org/2001/registry">
21 <item o:path="/org.openoffice.Office.Addons">
22 <node o:name="AddonUI">
23 <node o:name="OfficeMenuBar">
24 <node o:name="org.openoffice.test.desktop.deployment.passive"
25 o:op="replace">
26 <prop o:name="Title" xml:lang="en-US">
27 <value>passive</value>
28 </prop>
29 <node o:name="Submenu">
30 <node o:name="1" o:op="replace">
31 <prop o:name="URL">
32 <value>vnd.org.openoffice.test.desktop.deployment.passive_native:</value>
33 </prop>
34 <prop o:name="Title" xml:lang="en-US">
35 <value>native</value>
36 </prop>
37 </node>
38 <node o:name="2" o:op="replace">
39 <prop o:name="URL">
40 <value>vnd.org.openoffice.test.desktop.deployment.passive_java:</value>
41 </prop>
42 <prop o:name="Title" xml:lang="en-US">
43 <value>java</value>
44 </prop>
45 </node>
46 <node o:name="3" o:op="replace">
47 <prop o:name="URL">
48 <value>vnd.org.openoffice.test.desktop.deployment.passive_python:</value>
49 </prop>
50 <prop o:name="Title" xml:lang="en-US">
51 <value>python</value>
52 </prop>
53 </node>
54 </node>
55 </node>
56 </node>
57 <node o:name="OfficeToolBar">
58 <node o:name="org.openoffice.test.desktop.deployment.passive" o:op="replace">
59 <node o:name="1" o:op="replace">
60 <prop o:name="URL">
61 <value>vnd.org.openoffice.test.desktop.deployment.passive_native:</value>
62 </prop>
63 <prop o:name="Title" xml:lang="en-US">
64 <value>native</value>
65 </prop>
66 <prop o:name="Context">
67 <value/>
68 </prop>
69 </node>
70 </node>
71 </node>
72 </node>
73 </item>
74 </o:items>