diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-20 09:35:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-20 09:35:11 +0000 |
commit | d40deaa0bd2c45e4375bef5d6e73bc01db529394 (patch) | |
tree | 5597a71a3683a82e2918f7b1d2e6e03065d847c5 | |
parent | 615ec725a5fd18a202907219d397d51944036ee6 (diff) |
INTEGRATION: CWS setup12b (1.37.4); FILE MERGED
2003/06/20 09:33:59 abutler 1.37.4.2: #110288# Added Excel 2003 type to DetectService
2003/06/18 09:32:52 abutler 1.37.4.1: #110288# Changed the Microsoft Excel 2003 XML filter definition, to use the cal_MS_Excel_2003 type and the css.sheet.SpreadsheetDocument
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu b/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu index 971f49d36cbd..89a02d88903f 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.38 $ + * $Revision: 1.39 $ * - * last change: $Author: vg $ $Date: 2003-06-17 15:15:42 $ + * last change: $Author: vg $ $Date: 2003-06-20 10:35:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2148,7 +2148,7 @@ <value xml:lang="en-US">Microsoft Excel 2003 XML</value> </prop> <prop oor:name="Data"> - <value>0,writer_MS_Excel_2003,com.sun.star.text.TextDocument,com.sun.star.comp.Writer.XmlFilterAdaptor,524353,com.sun.star.documentconversion.XSLTFilter;;com.sun.star.comp.Writer.XMLImporter;com.sun.star.comp.Writer.XMLExporter;;;;,0,</value> + <value>0,calc_MS_Excel_2003,com.sun.star.sheet.SpreadsheetDocument,com.sun.star.comp.Writer.XmlFilterAdaptor,524353,com.sun.star.documentconversion.XSLTFilter;;com.sun.star.comp.Writer.XMLImporter;com.sun.star.comp.Writer.XMLExporter;;;;,0,</value> </prop> </node> <node oor:name="PocketWord File" oor:op="replace"> @@ -7307,7 +7307,7 @@ <node oor:name="DetectServices"> <node oor:name="com.sun.star.comp.filters.XMLFilterDetect" oor:op="replace"> <prop oor:name="Types"> - <value>writer_DocBook_File writer_Flat_XML_File writer_XHTML_File writer_MS_Word_2003</value> + <value>writer_DocBook_File writer_Flat_XML_File writer_XHTML_File writer_MS_Word_2003 calc_MS_Excel_2003</value> </prop> </node> </node> |