diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-05-31 18:13:22 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-05-31 18:19:08 +0200 |
commit | d55419832895a71b92923189137961f45ff18e72 (patch) | |
tree | 1d926b0a399823640b4bca7555b6be1ba1a01ac1 /shell | |
parent | 88fde84afb5c3781a6f10d971e067993eea127dc (diff) |
Make Win32 LibO installable side by side with other StarOffice derivatives
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/util/fileextensions.cxx | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/shell/source/win32/shlxthandler/util/fileextensions.cxx b/shell/source/win32/shlxthandler/util/fileextensions.cxx index 60d0e7f92145..2b4abfca9c7e 100644 --- a/shell/source/win32/shlxthandler/util/fileextensions.cxx +++ b/shell/source/win32/shlxthandler/util/fileextensions.cxx @@ -41,28 +41,28 @@ const std::string WEB_FILE_EXTENSIONS = "oth"; const std::string DATABASE_FILE_EXTENSIONS = "odb"; FileExtensionEntry OOFileExtensionTable[] = { - { ".sxw", L".sxw", "soffice.StarWriterDocument.6" }, - { ".sxc", L".sxc", "soffice.StarCalcDocument.6" }, - { ".sxi", L".sxi", "soffice.StarImpressDocument.6" }, - { ".sxd", L".sxd", "soffice.StarDrawDocument.6" }, - { ".sxm", L".sxm", "soffice.StarMathDocument.6" }, - { ".stw", L".stw", "soffice.StarWriterTemplate.6" }, - { ".sxg", L".sxg", "soffice.StarWriterGlobalDocument.6"}, - { ".std", L".std", "soffice.StarDrawTemplate.6" }, - { ".sti", L".sti", "soffice.StarImpressTemplate.6" }, - { ".stc", L".stc", "soffice.StarCalcTemplate.6" }, - { ".odt", L".odt", "opendocument.WriterDocument.1" }, - { ".ott", L".ott", "opendocument.WriterTemplate.1" }, - { ".odm", L".odm", "opendocument.WriterGlobalDocument.1" }, - { ".oth", L".oth", "opendocument.WriterWebTemplate.1" }, - { ".ods", L".ods", "opendocument.CalcDocument.1" }, - { ".ots", L".ots", "opendocument.CalcTemplate.1" }, - { ".odg", L".odg", "opendocument.DrawDocument.1" }, - { ".otg", L".otg", "opendocument.DrawTemplate.1" }, - { ".odp", L".odp", "opendocument.ImpressDocument.1" }, - { ".otp", L".otp", "opendocument.ImpressTemplate.1" }, - { ".odf", L".odf", "opendocument.MathDocument.1" }, - { ".odb", L".odb", "opendocument.DatabaseDocument.1" } + { ".sxw", L".sxw", "soffice.StarWriterDocument.6" }, + { ".sxc", L".sxc", "soffice.StarCalcDocument.6" }, + { ".sxi", L".sxi", "soffice.StarImpressDocument.6" }, + { ".sxd", L".sxd", "soffice.StarDrawDocument.6" }, + { ".sxm", L".sxm", "soffice.StarMathDocument.6" }, + { ".stw", L".stw", "soffice.StarWriterTemplate.6" }, + { ".sxg", L".sxg", "soffice.StarWriterGlobalDocument.6" }, + { ".std", L".std", "soffice.StarDrawTemplate.6" }, + { ".sti", L".sti", "soffice.StarImpressTemplate.6" }, + { ".stc", L".stc", "soffice.StarCalcTemplate.6" }, + { ".odt", L".odt", "LibreOffice.WriterDocument.1" }, + { ".ott", L".ott", "LibreOffice.WriterTemplate.1" }, + { ".odm", L".odm", "LibreOffice.WriterGlobalDocument.1" }, + { ".oth", L".oth", "LibreOffice.WriterWebTemplate.1" }, + { ".ods", L".ods", "LibreOffice.CalcDocument.1" }, + { ".ots", L".ots", "LibreOffice.CalcTemplate.1" }, + { ".odg", L".odg", "LibreOffice.DrawDocument.1" }, + { ".otg", L".otg", "LibreOffice.DrawTemplate.1" }, + { ".odp", L".odp", "LibreOffice.ImpressDocument.1" }, + { ".otp", L".otp", "LibreOffice.ImpressTemplate.1" }, + { ".odf", L".odf", "LibreOffice.MathDocument.1" }, + { ".odb", L".odb", "LibreOffice.DatabaseDocument.1" } }; |