[Libreoffice-commits] .: filter/source

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Jul 20 09:41:48 PDT 2011


 filter/source/config/fragments/types/calc_MS_Excel_97.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9ae1a63b1c74e19bc2f21d31e6979c507ce43f7c
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed Jul 20 12:08:07 2011 -0400

    Correctly detect documents with xlk extension as Excel binary.
    
    XLK is an extension for Excel backup file automatically created by
    Excel upon opening of a document. The content is still a normal Excel
    file so why not detect it correctly.

diff --git a/filter/source/config/fragments/types/calc_MS_Excel_97.xcu b/filter/source/config/fragments/types/calc_MS_Excel_97.xcu
index 24bbc6d..0f7b643 100644
--- a/filter/source/config/fragments/types/calc_MS_Excel_97.xcu
+++ b/filter/source/config/fragments/types/calc_MS_Excel_97.xcu
@@ -1,7 +1,7 @@
     <node oor:name="calc_MS_Excel_97" oor:op="replace" >
         <prop oor:name="DetectService"><value>com.sun.star.comp.oox.xls.BiffDetector</value></prop>
         <prop oor:name="URLPattern"/>
-        <prop oor:name="Extensions"><value>xls xlc xlm xlw</value></prop>
+        <prop oor:name="Extensions"><value>xls xlc xlm xlw xlk</value></prop>
         <prop oor:name="MediaType"><value>application/vnd.ms-excel</value></prop>
         <prop oor:name="Preferred"><value>false</value></prop>
         <prop oor:name="PreferredFilter"><value>MS Excel 97</value></prop>


More information about the Libreoffice-commits mailing list