summaryrefslogtreecommitdiffstats
path: root/xmlhelp
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2002-10-25 08:48:13 +0000
committerAndreas Bille <abi@openoffice.org>2002-10-25 08:48:13 +0000
commit6bbc841f57969c71437d43c3dd4fe9efbd9ae31a (patch)
treec2b03d7e256ac8f72b72febfd2a372322dbecd79 /xmlhelp
parent#104495# correct memeber access (diff)
downloadcore-6bbc841f57969c71437d43c3dd4fe9efbd9ae31a.tar.gz
core-6bbc841f57969c71437d43c3dd4fe9efbd9ae31a.zip
#97867# enhanced the sets from which the intersection is build
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
index 9f197e5fc220..71cad20b7677 100644
--- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
+++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: resultsetforquery.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: abi $ $Date: 2001-12-03 13:34:50 $
+ * last change: $Author: abi $ $Date: 2002-10-25 09:48:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,6 +153,9 @@ ResultSetForQuery::ResultSetForQuery( const uno::Reference< lang::XMultiServiceF
m_aURLParameter.get_module() +
rtl::OUString::createFromAscii( ".idx/" );
+ if(queryList.size() > 1)
+ hitCount = 2000;
+
for( i = 0; i < queryList.size(); ++i )
{
QueryProcessor queryProcessor(idxDir);