home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / CHIP_CD_2004-12.iso / bonus / oo / OOo_1.1.3_ru_RU_infra_WinIntel_install.exe / $PLUGINSDIR / f_0318 / ProtocolHandler.xcu
Extensible Markup Language  |  2004-10-10  |  1KB  |  33 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <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">
  4.     <node oor:name="HandlerSet">
  5.         <node oor:name="com.sun.star.comp.sfx2.SfxMacroLoader" oor:op="replace">
  6.             <prop oor:name="Protocols">
  7.                 <value>macro:*</value>
  8.             </prop>
  9.         </node>
  10.         <node oor:name="com.sun.star.comp.framework.MailToDispatcher" oor:op="replace">
  11.             <prop oor:name="Protocols">
  12.                 <value>mailto:*</value>
  13.             </prop>
  14.         </node>
  15.         <node oor:name="com.sun.star.comp.sfx2.AppDispatchProvider" oor:op="replace">
  16.             <prop oor:name="Protocols">
  17.                 <value>.uno* slot:*</value>
  18.             </prop>
  19.         </node>
  20.         <node oor:name="com.sun.star.comp.framework.ServiceHandler" oor:op="replace">
  21.             <prop oor:name="Protocols">
  22.                 <value>service:*</value>
  23.             </prop>
  24.         </node>
  25.         <node oor:name="com.sun.star.comp.framework.jobs.JobDispatch" oor:op="replace">
  26.             <prop oor:name="Protocols">
  27.                 <value>vnd.sun.star.job:*</value>
  28.             </prop>
  29.         </node>
  30.     </node>
  31. </oor:component-data>
  32.  
  33.