summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-07-20 12:08:07 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-07-20 12:41:08 -0400
commit9ae1a63b1c74e19bc2f21d31e6979c507ce43f7c (patch)
treef0d7973f3bb26ce2de0db23dc435d8bfb13d0504
parent2322b1370cdfa6dcece27fe36a42169bd25d2d44 (diff)
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.
-rw-r--r--filter/source/config/fragments/types/calc_MS_Excel_97.xcu2
1 files changed, 1 insertions, 1 deletions
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 24bbc6db7..0f7b64376 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>