summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2001-05-17 08:58:55 +0000
committerAndreas Bille <abi@openoffice.org>2001-05-17 08:58:55 +0000
commit7851708af63f2fb051acecf0e32b2a775e44f485 (patch)
tree924646636905009a4c05d7408696c7d6d8bd5ec2 /xmlhelp/source/cxxhelp/provider/urlparameter.cxx
parent86360790b986f8de74e5df45cc0d5fd9f53507af (diff)
Query results and module information
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/urlparameter.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index 73d023d56c36..d309568e4965 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: urlparameter.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: abi $ $Date: 2001-05-16 14:53:27 $
+ * last change: $Author: abi $ $Date: 2001-05-17 09:58:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -271,6 +271,7 @@ void URLParameter::init( bool bDefaultLanguageIsInitialized )
{
m_bBerkeleyRead = false;
m_bStart = false;
+ m_nHitCount = 100; // The default maximum hitcount
// m_aTag = rtl::OUString::createFromAscii( "" );
// m_aId = rtl::OUString::createFromAscii( "" );
@@ -292,7 +293,7 @@ void URLParameter::init( bool bDefaultLanguageIsInitialized )
// m_aQuery = rtl::OUString::createFromAscii( "" );
// m_aScope = rtl::OUString::createFromAscii( "" );
- m_nHitCount = 100; // The default maximum hitcount
+
}
@@ -444,7 +445,7 @@ bool URLParameter::name( bool modulePresent )
return false;
else
{
- m_aId = m_aExpr.copy( 1,idx );
+ m_aId = m_aExpr.copy( 1,idx-1 );
m_aExpr = m_aExpr.copy( idx );
}
}