Ticket #4157: 0001-add-support-for-OpenDocument-flax-xml-formats.patch

File 0001-add-support-for-OpenDocument-flax-xml-formats.patch, 860 bytes (added by ralovich, 3 years ago)

proposed patch

  • misc/mc.ext.in

    From 8d09b1e954d51a0838cb265fdacdce9b99cb6d9b Mon Sep 17 00:00:00 2001
    From: "RALOVICH, Kristof" <tade60@freemail.hu>
    Date: Mon, 14 Dec 2020 19:07:16 +0100
    Subject: [PATCH] add support for OpenDocument flax xml formats
    
    ---
     misc/mc.ext.in | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/misc/mc.ext.in b/misc/mc.ext.in
    index bedfb7c70..e9b475cde 100644
    a b shell/.sdw 
    595595        Open=@EXTHELPERSDIR@/doc.sh open ooffice 
    596596 
    597597# StarOffice 6 and OpenOffice.org formats 
    598 regex/i/\.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$ 
     598regex/i/\.(odt|fodt|ott|sxw|stw|ods|fods|ots|sxc|stc|odp|fodp|otp|sxi|sti|odg|fodg|otg|sxd|std|odb|odf|sxm|odm|sxg)$ 
    599599        Open=@EXTHELPERSDIR@/doc.sh open ooffice 
    600600        View=%view{ascii} @EXTHELPERSDIR@/doc.sh view odt 
    601601