summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 06:58:34 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 06:58:34 +0000
commit35782b2099d720010d56b63dbbc95c01210ec149 (patch)
tree426df09b5e80731145f5559dd4eeb16ec7b3d4a9 /shell
parentd09f81270b0133cb00d5668dfcf4561f67031329 (diff)
INTEGRATION: CWS desktintgr03 (1.2.50); FILE MERGED
2004/09/24 05:22:18 deuce 1.2.50.1: Issue number: i33473 Submitted by: Gorden Lin {Gorden.Lin@Sun.com} Reviewed by: Tino Rachui {Tino.Rachui@Sun.com}
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/internal/fileextensions.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/inc/internal/fileextensions.hxx b/shell/inc/internal/fileextensions.hxx
index a5baf4ea78e5..4b68433b7370 100644
--- a/shell/inc/internal/fileextensions.hxx
+++ b/shell/inc/internal/fileextensions.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fileextensions.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-04-07 10:52:14 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 07:58:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,7 +97,7 @@ std::string get_file_name_extension(const std::string& file_name);
/** Return the type of a file
*/
-enum File_Type_t { UNKNOWN, WRITER, CALC, DRAW, IMPRESS, MATH };
+enum File_Type_t { UNKNOWN, WRITER, CALC, DRAW, IMPRESS, MATH, WEB, DATABASE };
File_Type_t get_file_type(const std::string& file_name);