[Libreoffice-commits] core.git: desktop/source

Jan Holesovsky kendy at collabora.com
Fri Jul 21 17:48:16 UTC 2017


 desktop/source/lib/init.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit f7c3dafac4545c99e3ea4e469c23f7c7b7359807
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Wed Jul 19 08:46:22 2017 +0200

    lok: Add docm/xlsm/pptm filters to be known by LOK.
    
    Change-Id: I4995498132b832ce783efc9740f1d7129f085a01
    Reviewed-on: https://gerrit.libreoffice.org/40196
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Reviewed-on: https://gerrit.libreoffice.org/40266
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 36aca9643248..be81a0fca0b0 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -117,6 +117,7 @@ typedef struct
 static const ExtensionMap aWriterExtensionMap[] =
 {
     { "doc",   "MS Word 97" },
+    { "docm",  "MS Word 2007 XML VBA" },
     { "docx",  "MS Word 2007 XML" },
     { "fodt",  "OpenDocument Text Flat XML" },
     { "html",  "HTML (StarWriter)" },
@@ -139,6 +140,7 @@ static const ExtensionMap aCalcExtensionMap[] =
     { "pdf",   "calc_pdf_Export" },
     { "xhtml", "XHTML Calc File" },
     { "xls",   "MS Excel 97" },
+    { "xlsm",  "Calc MS Excel 2007 VBA XML" },
     { "xlsx",  "Calc MS Excel 2007 XML" },
     { "png",   "calc_png_Export" },
     { nullptr, nullptr }
@@ -154,6 +156,7 @@ static const ExtensionMap aImpressExtensionMap[] =
     { "pdf",   "impress_pdf_Export" },
     { "potm",  "Impress MS PowerPoint 2007 XML Template" },
     { "pot",   "MS PowerPoint 97 Vorlage" },
+    { "pptm",  "Impress MS PowerPoint 2007 XML VBA" },
     { "pptx",  "Impress MS PowerPoint 2007 XML" },
     { "pps",   "MS PowerPoint 97 Autoplay" },
     { "ppt",   "MS PowerPoint 97" },


More information about the Libreoffice-commits mailing list