INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
2003/05/26 16:25:35 jsc 1.1.2.2: #109888# oor:node changed to oor:component-data 2003/05/09 11:54:17 jsc 1.1.2.1: #109045# insert new and remove example zip file
This commit is contained in:
parent
c42f6e9055
commit
fc377f6a68
1 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="TypeDetection" oor:package="org.openoffice.Office">
|
||||
<node oor:name="Types">
|
||||
<node oor:name="ascii" oor:op="replace">
|
||||
<prop oor:name="Data" oor:type="xs:string">
|
||||
<value>0,text/plain,,,txt,0</value>
|
||||
</prop>
|
||||
<prop oor:name="UIName" oor:type="xs:string">
|
||||
<value xml:lang="en-US">ASCII</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
<node oor:name="Filters">
|
||||
<node oor:name="Ascii_Replace" oor:op="replace">
|
||||
<prop oor:name="Data" oor:type="xs:string">
|
||||
<value>0,ascii,com.sun.star.text.TextDocument,OfficeDev.samples.Filter.AsciiReplaceFilter,268959747,,0,,</value>
|
||||
</prop>
|
||||
<prop oor:name="Installed" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="UIName" oor:type="xs:string">
|
||||
<value xml:lang="en-US">ASCII Replace</value>
|
||||
<value xml:lang="de">ASCII Konvertierung</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
Loading…
Reference in a new issue