summaryrefslogtreecommitdiff
path: root/sfx2/source/explorer
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-02-06 11:46:47 +0000
committerMathias Bauer <mba@openoffice.org>2001-02-06 11:46:47 +0000
commit73ed0265bb580312a8fe561aa813e30b12e6dbde (patch)
treed2d6ea39e42524b0098413c194de7695f7d7f662 /sfx2/source/explorer
parent97dff3d5fa6148fbb4926a0e3f0dda6e237dafa9 (diff)
no FILEFORMAT_NOW
Diffstat (limited to 'sfx2/source/explorer')
-rw-r--r--sfx2/source/explorer/nochaos.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/explorer/nochaos.cxx b/sfx2/source/explorer/nochaos.cxx
index e4c9111d3261..841a5b62c930 100644
--- a/sfx2/source/explorer/nochaos.cxx
+++ b/sfx2/source/explorer/nochaos.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: nochaos.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:52:33 $
+ * last change: $Author: mba $ $Date: 2001-02-06 12:46:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -148,7 +148,7 @@ CntItemPool::CntItemPool()
: SfxItemPool( DEFINE_CONST_UNICODE("chaos"), WID_CHAOS_START, WID_CHAOS_START, NULL ),
_nRefs( 0 )
{
- SetFileFormatVersion( SOFFICE_FILEFORMAT_NOW );
+ SetFileFormatVersion( SOFFICE_FILEFORMAT_50 );
FreezeIdRanges();