home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / ProtocolHandler.xcu < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  1.6 KB  |  41 lines

  1. <?xml version="1.0"?>
  2. <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:install="http://openoffice.org/2004/installation" oor:name="ProtocolHandler" oor:package="org.openoffice.Office">
  3.   <node oor:name="HandlerSet">
  4.     <node oor:name="com.sun.star.comp.sfx2.SfxMacroLoader" oor:op="replace">
  5.       <prop oor:name="Protocols">
  6.         <value>macro:*</value>
  7.       </prop>
  8.     </node>
  9.     <node oor:name="com.sun.star.comp.framework.MailToDispatcher" oor:op="replace">
  10.       <prop oor:name="Protocols">
  11.         <value>mailto:*</value>
  12.       </prop>
  13.     </node>
  14.     <node oor:name="com.sun.star.comp.sfx2.AppDispatchProvider" oor:op="replace">
  15.       <prop oor:name="Protocols">
  16.         <value>.uno* slot:*</value>
  17.       </prop>
  18.     </node>
  19.     <node oor:name="com.sun.star.comp.framework.ServiceHandler" oor:op="replace">
  20.       <prop oor:name="Protocols">
  21.         <value>service:*</value>
  22.       </prop>
  23.     </node>
  24.     <node oor:name="com.sun.star.comp.framework.jobs.JobDispatch" oor:op="replace">
  25.       <prop oor:name="Protocols">
  26.         <value>vnd.sun.star.job:*</value>
  27.       </prop>
  28.     </node>
  29.     <node oor:name="com.sun.star.comp.ScriptProtocolHandler" oor:op="replace">
  30.       <prop oor:name="Protocols">
  31.         <value>vnd.sun.star.script:*</value>
  32.       </prop>
  33.     </node>
  34.     <node oor:name="com.sun.star.comp.framework.PopupMenuControllerDispatcher" oor:op="replace">
  35.       <prop oor:name="Protocols">
  36.         <value>vnd.sun.star.popup:*</value>
  37.       </prop>
  38.     </node>
  39.   </node>
  40. </oor:component-data>
  41.