summaryrefslogtreecommitdiff
path: root/sw/source/ui/globdoc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-13 08:11:19 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-13 08:11:19 +0000
commit641b59f80145932d1e440695f72176959a690d4f (patch)
treea61396f7166ebf36f7b3c4a3be81efcc65f06848 /sw/source/ui/globdoc
parent04cc13608cc1cf361440e9b9a5f74f5f86e66ed2 (diff)
INTEGRATION: CWS oasis (1.9.114); FILE MERGED
2004/06/17 11:34:12 mib 1.9.114.1: #i20158#: OASIS file format
Diffstat (limited to 'sw/source/ui/globdoc')
-rw-r--r--sw/source/ui/globdoc/globdoc.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/source/ui/globdoc/globdoc.cxx b/sw/source/ui/globdoc/globdoc.cxx
index a0af0d163b35..90b880d7bbc1 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2004-01-28 19:37:48 $
+ * last change: $Author: rt $ $Date: 2004-07-13 09:11:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,6 +137,12 @@ void SwGlobalDocShell::FillClass( SvGlobalName * pClassName,
*pClipFormat = SOT_FORMATSTR_ID_STARWRITERGLOB_60;
*pLongUserName = SW_RESSTR(STR_WRITER_GLOBALDOC_FULLTYPE);
}
+ else if (nVersion == SOFFICE_FILEFORMAT_8)
+ {
+ *pClassName = SvGlobalName( SO3_SWGLOB_CLASSID_60 );
+ *pClipFormat = SOT_FORMATSTR_ID_STARWRITERGLOB_8;
+ *pLongUserName = SW_RESSTR(STR_WRITER_GLOBALDOC_FULLTYPE);
+ }
*pUserName = SW_RESSTR(STR_HUMAN_SWGLOBDOC_NAME);
}