[Libreoffice-commits] .: Branch 'libreoffice-3-4' - filter/source
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Jul 20 10:03:14 PDT 2011
filter/source/config/fragments/types/calc_MS_Excel_97.xcu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 872a7ac395d162993ad62b2230617452c68561f4
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.
(cherry picked from commit 9ae1a63b1c74e19bc2f21d31e6979c507ce43f7c)
Signed-off-by: Tor Lillqvist <tlillqvist at novell.com>
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 ab71bc3..19d927f 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