diff options
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/db/Block.hxx | 4 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/db/BtreeDict.hxx | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/db/Block.hxx b/xmlhelp/source/cxxhelp/inc/db/Block.hxx index a165dc78afd4..7b3446d4b515 100644 --- a/xmlhelp/source/cxxhelp/inc/db/Block.hxx +++ b/xmlhelp/source/cxxhelp/inc/db/Block.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: Block.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -55,7 +55,6 @@ namespace xmlsearch { Block( const DBEnv* ); virtual ~Block(); - void setInteger( sal_Int32 i,sal_Int32 value ) throw( xmlsearch::excep::IllegalIndexException ); sal_Int32 getInteger( sal_Int32 i ) const throw( xmlsearch::excep::IllegalIndexException ); void trueLeaf() { isLeaf_ = true; } @@ -69,7 +68,6 @@ namespace xmlsearch { sal_Int32 getNum() const { return num_; } void read( util::RandomAccessStream* in ); - void write( util::RandomAccessStream* out ) const; const sal_Int8* getData() const { return data_; } diff --git a/xmlhelp/source/cxxhelp/inc/db/BtreeDict.hxx b/xmlhelp/source/cxxhelp/inc/db/BtreeDict.hxx index de208dbb7626..9b5c29606011 100644 --- a/xmlhelp/source/cxxhelp/inc/db/BtreeDict.hxx +++ b/xmlhelp/source/cxxhelp/inc/db/BtreeDict.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: BtreeDict.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -68,7 +68,6 @@ namespace xmlsearch { void lock( sal_Int32 blNum ) const throw( xmlsearch::excep::IllegalIndexException ); void unlock( sal_Int32 blNum ) const throw( xmlsearch::excep::IllegalIndexException ); - bool isLocked( sal_Int32 blNum ) const throw( xmlsearch::excep::IllegalIndexException ); const DictBlock* accessBlock( sal_Int32 id ) const; |