summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 15:20:40 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 15:20:40 +0000
commit79ddc99252aacdcdab74d24fbacfd8b809776ab7 (patch)
treeac8065380e55e192b584331b827fefa56929441a /xmlhelp
parent1e06e6ee2322a169a3060c882dc5cf858509fc4b (diff)
INTEGRATION: CWS ab52 (1.3.6); FILE MERGED
2008/06/18 09:20:09 ab 1.3.6.1: #i90029# Removed unused code
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/inc/db/Block.hxx4
-rw-r--r--xmlhelp/source/cxxhelp/inc/db/BtreeDict.hxx3
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;