summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 15:23:32 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 15:23:32 +0000
commite04cdd66b832996af836dd8e7173837b4015f12e (patch)
tree440c5c052e7ee3a7db4507171a91be8e94c18bcd /xmlhelp
parentccca1d454f6e3561ce57dbd9807853a054853a70 (diff)
INTEGRATION: CWS ab52 (1.12.6); FILE MERGED
2008/06/18 09:14:47 ab 1.12.6.1: #i90029# Removed unused code
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/qe/Query.cxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/xmlhelp/source/cxxhelp/qe/Query.cxx b/xmlhelp/source/cxxhelp/qe/Query.cxx
index e521e634d078..861df3da1ec6 100644
--- a/xmlhelp/source/cxxhelp/qe/Query.cxx
+++ b/xmlhelp/source/cxxhelp/qe/Query.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Query.cxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -391,13 +391,3 @@ QueryHitData* QueryHitIterator::getHit( const PrefixTranslator* ) const
else
return 0;
}
-
-
-double QueryHitIterator::getPenalty()
-{
- if( accessible_ )
- return result_->queryHits_[index_]->getPenalty();
- else
- return 1.0E30;
-}
-