diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:37:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:37:47 +0000 |
commit | 0fc27d71283b95d8a25eb96640a1ef21d8ee270d (patch) | |
tree | f849080763835b0e5a46f1e513c6395fc9342507 /xmlhelp/source/cxxhelp | |
parent | 7c0fd33d75bf006889b66b0bfee29594797db69b (diff) |
INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED
2005/12/15 16:36:41 ab 1.4.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro
Diffstat (limited to 'xmlhelp/source/cxxhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/db/BlockManager.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/db/BlockManager.cxx b/xmlhelp/source/cxxhelp/db/BlockManager.cxx index 707fca226e24..4408e6eb3f45 100644 --- a/xmlhelp/source/cxxhelp/db/BlockManager.cxx +++ b/xmlhelp/source/cxxhelp/db/BlockManager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: BlockManager.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:16:56 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:37:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,9 +48,9 @@ using namespace ::xmlsearch::db; BlockManager::BlockManager( DBEnv* dbenv ) throw( IOException ) - : oldest_( 0 ), + : dbenv_( dbenv ), + oldest_( 0 ), newest_( 0 ), - dbenv_( dbenv ), blockused_( 0 ), blockTable_( dbenv_ ? dbenv_->getBlockCount() : 0 ) // Hardcoded headerlen? { |