summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 15:19:46 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 15:19:46 +0000
commit67163c535e74717b6657a37fcc4fd20d83a76f17 (patch)
treedc7d9c1a8f8458ad10b1ab0dc80bc837e7759faa /xmlhelp
parent2d1b3bb76b72f23154f015855e43252088dc2f3b (diff)
INTEGRATION: CWS ab52 (1.15.6); FILE MERGED
2008/06/18 09:19:39 ab 1.15.6.1: #i90029# Removed unused code
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/db/BtreeDict.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/xmlhelp/source/cxxhelp/db/BtreeDict.cxx b/xmlhelp/source/cxxhelp/db/BtreeDict.cxx
index 24adbac89f65..6f9a32850b56 100644
--- a/xmlhelp/source/cxxhelp/db/BtreeDict.cxx
+++ b/xmlhelp/source/cxxhelp/db/BtreeDict.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: BtreeDict.cxx,v $
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
* This file is part of OpenOffice.org.
*
@@ -426,12 +426,6 @@ void BtreeDict::unlock( sal_Int32 blNum ) const throw( excep::IllegalIndexExcept
blockManager_.unlock( blNum );
}
-bool BtreeDict::isLocked( sal_Int32 blNum ) const throw( excep::IllegalIndexException )
-{
- return blockManager_.isLocked( blNum );
-}
-
-
sal_Int32 BtreeDict::fetch( const rtl::OUString& key ) const throw( excep::XmlSearchException )
{
/**