diff options
author | Michael Brauer <mib@openoffice.org> | 2001-02-06 14:45:20 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2001-02-06 14:45:20 +0000 |
commit | a05c341452eb85f07013105170198963428f3784 (patch) | |
tree | 45d732342ae568c2a56402a84e9487d4d92ed334 /sw/source/ui/globdoc/globdoc.cxx | |
parent | 4eae2fc8fcf8bf8057f9984962546c5e80d36540 (diff) |
real 6.0 file format
Diffstat (limited to 'sw/source/ui/globdoc/globdoc.cxx')
-rw-r--r-- | sw/source/ui/globdoc/globdoc.cxx | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/sw/source/ui/globdoc/globdoc.cxx b/sw/source/ui/globdoc/globdoc.cxx index e128b7e33abd..a14b83882899 100644 --- a/sw/source/ui/globdoc/globdoc.cxx +++ b/sw/source/ui/globdoc/globdoc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: globdoc.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:38 $ + * last change: $Author: mib $ $Date: 2001-02-06 15:43:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,16 +137,26 @@ void __EXPORT SwGlobalDocShell::FillClass( SvGlobalName * pClassName, *pLongUserName = SW_RESSTR(STR_WRITER_GLOBALDOC_FULLTYPE_40); } - else if (nVersion == SOFFICE_FILEFORMAT_NOW) + else if (nVersion == SOFFICE_FILEFORMAT_50) + { + *pClassName = SvGlobalName( SO3_SWGLOB_CLASSID_50 ); + *pClipFormat = SOT_FORMATSTR_ID_STARWRITERGLOB_50; + *pLongUserName = SW_RESSTR(STR_WRITER_GLOBALDOC_FULLTYPE_50); + } + else if (nVersion == SOFFICE_FILEFORMAT_60) { *pLongUserName = SW_RESSTR(STR_WRITER_GLOBALDOC_FULLTYPE); } + *pUserName = SW_RESSTR(STR_HUMAN_SWGLOBDOC_NAME); } /*------------------------------------------------------------------------ $Log: not supported by cvs2svn $ + Revision 1.1.1.1 2000/09/18 17:14:38 hr + initial import + Revision 1.9 2000/09/18 16:05:35 willem.vandorp OpenOffice header added. |