summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 21:39:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 21:39:12 +0000
commit52a5463989aa3e0ad54ee6b0e09962ca8b4cbb44 (patch)
tree11b5ab3d17a1c552e1815eea0fa72a63c13db5da
parentcc895ddfa1b35e404ed5575a3c4672082ba14c81 (diff)
INTEGRATION: CWS sysint1 (1.4.2); FILE MERGED
2004/11/22 10:12:23 tra 1.4.2.2: #i36912# 2004/11/22 10:05:17 hro 1.4.2.1: #i36912# New document types registration
-rw-r--r--shell/source/win32/shlxthandler/util/fileextensions.cxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/shell/source/win32/shlxthandler/util/fileextensions.cxx b/shell/source/win32/shlxthandler/util/fileextensions.cxx
index 223f2790868d..f7a174de1ef5 100644
--- a/shell/source/win32/shlxthandler/util/fileextensions.cxx
+++ b/shell/source/win32/shlxthandler/util/fileextensions.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fileextensions.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pjunck $ $Date: 2004-11-03 08:02:17 $
+ * last change: $Author: hr $ $Date: 2004-11-26 22:39:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,11 +67,11 @@
//
//------------------------------------
-const std::string WRITER_FILE_EXTENSIONS = "sxwstwsxgootottoom";
-const std::string CALC_FILE_EXTENSIONS = "sxcstcoosots";
-const std::string DRAW_FILE_EXTENSIONS = "sxdstdoodotd";
-const std::string IMPRESS_FILE_EXTENSIONS = "sxistioopotp";
-const std::string MATH_FILE_EXTENSIONS = "sxmoof";
+const std::string WRITER_FILE_EXTENSIONS = "sxwstwsxgodtottodm";
+const std::string CALC_FILE_EXTENSIONS = "sxcstcodsots";
+const std::string DRAW_FILE_EXTENSIONS = "sxdstdodgotg";
+const std::string IMPRESS_FILE_EXTENSIONS = "sxistiodpotp";
+const std::string MATH_FILE_EXTENSIONS = "sxmodf";
const std::string WEB_FILE_EXTENSIONS = "oth";
const std::string DATABASE_FILE_EXTENSIONS = "odb";
@@ -86,18 +86,18 @@ FileExtensionEntry OOFileExtensionTable[] = {
{ ".std", L".std", "soffice.StarDrawTemplate.6" },
{ ".sti", L".sti", "soffice.StarImpressTemplate.6" },
{ ".stc", L".stc", "soffice.StarCalcTemplate.6" },
- { ".oot", L".oot", "openoffice.WriterDocument.1" },
- { ".ott", L".ott", "openoffice.WriterTemplate.1" },
- { ".oom", L".oom", "openoffice.WriterGlobalDocument.1" },
- { ".oth", L".oth", "openoffice.WriterWebDocument.1" },
- { ".oos", L".oos", "openoffice.CalcDocument.1" },
- { ".ots", L".ots", "openoffice.CalcTemplate.1" },
- { ".ood", L".ood", "openoffice.DrawDocument.1" },
- { ".otd", L".otd", "openoffice.DrawTemplate.1" },
- { ".oop", L".oop", "openoffice.ImpressDocument.1" },
- { ".otp", L".otp", "openoffice.ImpressTemplate.1" },
- { ".oof", L".oof", "openoffice.MathDocument.1" },
- { ".odb", L".odb", "openoffice.DatabaseDocument.1" }
+ { ".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" }
};