summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-30 16:27:13 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-30 16:27:13 +0000
commitafa2c2f927f30f53d5d8a37028b2f870de4154c0 (patch)
treeb9c9026b93f9d0fd61c3b40f805f492df6e84b6a /xmlhelp
parent225ffbf999516d3fa7e5b0042bb2fb9cb2be2f28 (diff)
INTEGRATION: CWS help2 (1.8.70); FILE MERGED
2004/08/22 17:43:13 abi 1.8.70.1: querying
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
index 71cad20b7677..c763af8416cb 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: abi $ $Date: 2002-10-25 09:48:13 $
+ * last change: $Author: kz $ $Date: 2004-08-30 17:27:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,7 +94,6 @@ using namespace com::sun::star;
using namespace com::sun::star::ucb;
-
ResultSetForQuery::ResultSetForQuery( const uno::Reference< lang::XMultiServiceFactory >& xMSF,
const uno::Reference< XContentProvider >& xProvider,
sal_Int32 nOpenMode,
@@ -133,7 +132,7 @@ ResultSetForQuery::ResultSetForQuery( const uno::Reference< lang::XMultiServiceF
if( inf )
{
if( scope.compareToAscii( "Heading" ) == 0 )
- scope = inf->get_heading();
+ scope = rtl::OUString::createFromAscii("title"); // inf->get_heading();
else
scope = inf->get_fulltext();
}