diff options
author | Aidan Butler <abutler@openoffice.org> | 2002-09-20 15:36:27 +0000 |
---|---|---|
committer | Aidan Butler <abutler@openoffice.org> | 2002-09-20 15:36:27 +0000 |
commit | 63f395354e9f70bcec0e02d54fae5c95cd39b7b1 (patch) | |
tree | 9201d8bb6869ed236aee403e95d4e23237c717ae /officecfg | |
parent | 49d1c6798b955daee0dd466e120b99eab1b10a16 (diff) |
Added DocBook Filter for inclusion into OOo
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu b/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu index 14896da49f4d..99275f640d58 100644 --- a/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu +++ b/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu @@ -3,9 +3,9 @@ * * $RCSfile: TypeDetection.xcu,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: abutler $ $Date: 2002-09-17 14:36:04 $ + * last change: $Author: abutler $ $Date: 2002-09-20 16:36:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,6 +81,17 @@ <value>0,,,,xhtml,20002,</value> </prop> </node> + <node oor:name="writer_DocBook_File" oor:op="replace"> + <prop oor:name="UIName"> + <value xml:lang="de">DocBook</value> + <value xml:lang="en-US">DocBook</value> + <value xml:lang="x-translate">DocBook</value> + <value xml:lang="x-Comment">DocBook</value> + </prop> + <prop oor:name="Data"> + <value>1,,,,xml,20002,</value> + </prop> + </node> <node oor:name="writer_PocketWord_File" oor:op="replace"> <prop oor:name="UIName"> <value xml:lang="de">Pocket Word</value> @@ -1960,6 +1971,20 @@ <value>0,writer_XHTML_File,com.sun.star.text.TextDocument,com.sun.star.comp.Writer.XmlFilterAdaptor,524355,com.sun.star.documentconversion.XMergeBridge;classes/htmlsoff.jar;com.sun.star.comp.Writer.XMLImporter;com.sun.star.comp.Writer.XMLExporter;staroffice/sxw;text/html,0,,</value> </prop> </node> + <node oor:name="DocBook File" oor:op="replace"> + <prop oor:name="Installed"> + <value>false</value> + </prop> + <prop oor:name="UIName"> + <value xml:lang="de">DocBook</value> + <value xml:lang="en-US">DocBook</value> + <value xml:lang="x-translate">DocBook</value> + <value xml:lang="x-comment">DocBook</value> + </prop> + <prop oor:name="Data"> + <value>0,writer_DocBook_File,com.sun.star.text.TextDocument,com.sun.star.comp.Writer.XmlFilterAdaptor,524355,com.sun.star.documentconversion.XMergeBridge;classes/docbook.jar;com.sun.star.comp.Writer.XMLImporter;com.sun.star.comp.Writer.XMLExporter;staroffice/sxw;application/x-docbook,0,,</value> + </prop> + </node> <node oor:name="PocketWord File" oor:op="replace"> <prop oor:name="Installed"> <value>false</value> |