Kaydet (Commit) 8da32188 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.12.18); FILE MERGED

2005/12/15 16:36:41 ab 1.12.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro
üst 0fc27d71
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: BtreeDict.cxx,v $ * $RCSfile: BtreeDict.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 12:17:11 $ * last change: $Author: hr $ $Date: 2006-06-20 00:38:05 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -37,9 +37,6 @@ ...@@ -37,9 +37,6 @@
#include <vector> #include <vector>
#define INCLUDED_STL_VECTOR #define INCLUDED_STL_VECTOR
#endif #endif
#ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
#endif
#ifndef _XMLSEARCH_DB_BTREEDICT_HXX_ #ifndef _XMLSEARCH_DB_BTREEDICT_HXX_
#include <db/BtreeDict.hxx> #include <db/BtreeDict.hxx>
#endif #endif
...@@ -387,9 +384,9 @@ void BlockProcessorImpl::process( Block* block ) const ...@@ -387,9 +384,9 @@ void BlockProcessorImpl::process( Block* block ) const
BtreeDict::BtreeDict( const util::IndexAccessor& indexAccessor ) throw( IOException ) BtreeDict::BtreeDict( const util::IndexAccessor& indexAccessor ) throw( IOException )
: blocksL_( 0 ), : blockManager_( new DBEnvImpl( indexAccessor ) ), // may throw IOExcption
blocks_( 0 ), blocksL_( 0 ),
blockManager_( new DBEnvImpl( indexAccessor ) ) // may throw IOExcption blocks_( 0 )
{ {
RandomAccessStream* SCHEMA = indexAccessor.getStream( rtl::OUString::createFromAscii( "SCHEMA" ), RandomAccessStream* SCHEMA = indexAccessor.getStream( rtl::OUString::createFromAscii( "SCHEMA" ),
...@@ -642,6 +639,7 @@ void DBEnvImpl::read( sal_Int32 blNum,xmlsearch::db::Block*& block ) const ...@@ -642,6 +639,7 @@ void DBEnvImpl::read( sal_Int32 blNum,xmlsearch::db::Block*& block ) const
void DBEnvImpl::write( sal_Int32 blNum,xmlsearch::db::Block* block ) void DBEnvImpl::write( sal_Int32 blNum,xmlsearch::db::Block* block )
{ {
(void)blNum;
if( ! block ) if( ! block )
return; return;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment