INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
2006/05/05 14:13:33 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
This commit is contained in:
parent
f49b7ab336
commit
3ec59499d0
1 changed files with 10 additions and 0 deletions
10
odk/examples/cpp/complextoolbarcontrols/ProtocolHandler.xcu
Normal file
10
odk/examples/cpp/complextoolbarcontrols/ProtocolHandler.xcu
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data oor:name="ProtocolHandler" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<node oor:name="HandlerSet">
|
||||
<node oor:name="vnd.demo.ProtocolHandler" oor:op="replace">
|
||||
<prop oor:name="Protocols" oor:type="oor:string-list">
|
||||
<value>vnd.demo.complextoolbarcontrols.demoaddon:*</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
Loading…
Reference in a new issue