diff options
author | Michael Brauer <mib@openoffice.org> | 2001-02-06 14:34:57 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2001-02-06 14:34:57 +0000 |
commit | 3c8102cd1e0ce8cc4887dd8a308ecceebfa85476 (patch) | |
tree | 959e084d074717b14bbbc396f70c550fdf1a7174 /sw/inc/wdocsh.hxx | |
parent | 1b0811328900df7b2aba8fd224ee5a6d769ba4d9 (diff) |
real 6.0 file format
Diffstat (limited to 'sw/inc/wdocsh.hxx')
-rw-r--r-- | sw/inc/wdocsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/wdocsh.hxx b/sw/inc/wdocsh.hxx index 5c53b9f7917f..b688dac9c6da 100644 --- a/sw/inc/wdocsh.hxx +++ b/sw/inc/wdocsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: wdocsh.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:29 $ + * last change: $Author: mib $ $Date: 2001-02-06 15:33:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,7 +88,7 @@ public: String * pAppName, String * pLongUserName, String * pUserName, - long nVersion = SOFFICE_FILEFORMAT_NOW ) const; + long nVersion = SOFFICE_FILEFORMAT_CURRENT ) const; USHORT GetSourcePara()const {return nSourcePara;} void SetSourcePara(USHORT nSet) |