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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Mar 12 08:19:12 UTC 2019


 extensions/source/activex/so_activex.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a5f64fff0615cab99a874b55d86062bc1c4cec1d
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Mon Mar 11 15:40:32 2019 +0100
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Mar 12 09:18:48 2019 +0100

    Fix typo in mimetype: msexcell -> msexcel
    
    Change-Id: I2227f09ac03f79e424704e00bd072741b3b0eb0d
    Reviewed-on: https://gerrit.libreoffice.org/69077
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/extensions/source/activex/so_activex.cxx b/extensions/source/activex/so_activex.cxx
index d5b4622f1e9b..672f70f84eb8 100644
--- a/extensions/source/activex/so_activex.cxx
+++ b/extensions/source/activex/so_activex.cxx
@@ -578,8 +578,8 @@ STDAPI DllUnregisterServerNative( int nMode, BOOL bForAllUsers, BOOL bFor64Bit )
 const char* const aMSFileExt[] = { ".dot", ".doc", ".xlt", ".xls", ".pot", ".ppt", ".pps" };
 const char* const aMSMimeType[] = { "application/msword",
                           "application/msword",
-                          "application/msexcell",
-                          "application/msexcell",
+                          "application/msexcel",
+                          "application/msexcel",
                           "application/mspowerpoint",
                           "application/mspowerpoint",
                           "application/mspowerpoint" };


More information about the Libreoffice-commits mailing list