summaryrefslogtreecommitdiff
path: root/sw/source/ui/globdoc/globdoc.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-02-09 12:20:43 +0000
committerMichael Brauer <mib@openoffice.org>2001-02-09 12:20:43 +0000
commit20264b98b9b442d0f867d4f38fc25238a136afc7 (patch)
treebf9a322ee43be574058655e9d465f031ddee36be /sw/source/ui/globdoc/globdoc.cxx
parent0aeb1ab3428e5ce4f0896eec73ded1b364bbab8a (diff)
FILEFORMAT_NOW -> FILEFORMAT_50
Diffstat (limited to 'sw/source/ui/globdoc/globdoc.cxx')
-rw-r--r--sw/source/ui/globdoc/globdoc.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/globdoc/globdoc.cxx b/sw/source/ui/globdoc/globdoc.cxx
index a14b83882899..25fc4f4a56ce 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mib $ $Date: 2001-02-06 15:43:16 $
+ * last change: $Author: mib $ $Date: 2001-02-09 13:20:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,7 +108,7 @@ void __EXPORT SwGlobalDocShell::FillRegInfo( SvEmbeddedRegistryInfo * pInfo)
{
SfxInPlaceObject::FillRegInfo( pInfo );
pInfo->aObjName = String::CreateFromAscii("StarWriterGlobalDocument");
- pInfo->nMajorVers = 5;
+ pInfo->nMajorVers = 6;
pInfo->nMinorVers = 0;
pInfo->aHumanShortTypeName = SW_RESSTR(STR_HUMAN_SWGLOBDOC_NAME);
pInfo->nIconResId =
@@ -154,6 +154,9 @@ void __EXPORT SwGlobalDocShell::FillClass( SvGlobalName * pClassName,
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.2 2001/02/06 15:43:16 mib
+ real 6.0 file format
+
Revision 1.1.1.1 2000/09/18 17:14:38 hr
initial import