summaryrefslogtreecommitdiff
path: root/sot/source
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-02-06 10:12:08 +0000
committerMathias Bauer <mba@openoffice.org>2001-02-06 10:12:08 +0000
commit4322bad8c538ff753970e4f9fc096d907c10ba3e (patch)
treed23903c99f2c79928c724a67c03f0c59ea0540d1 /sot/source
parent87a37511f572eb428b2add66bc2b38ed13d39233 (diff)
new file format versions
Diffstat (limited to 'sot/source')
-rw-r--r--sot/source/sdstor/storage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx
index 77499b8f0f8e..aa153f58c06e 100644
--- a/sot/source/sdstor/storage.cxx
+++ b/sot/source/sdstor/storage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: storage.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mba $ $Date: 2001-02-06 10:48:21 $
+ * last change: $Author: mba $ $Date: 2001-02-06 11:12:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -461,7 +461,7 @@ void SotStorage::TestMemberInvariant( BOOL bPrint )
: nError( SVSTREAM_OK ) \
, bIsRoot( FALSE ) \
, bDelStm( FALSE ) \
- , nVersion( SOFFICE_FILEFORMAT_60 ) \
+ , nVersion( SOFFICE_FILEFORMAT_CURRENT ) \
, pOwnStg( NULL ) \
, pStorStm( NULL )