summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/inc
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc')
-rw-r--r--xmlhelp/source/cxxhelp/inc/qe/QueryProcessor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/qe/QueryProcessor.hxx b/xmlhelp/source/cxxhelp/inc/qe/QueryProcessor.hxx
index 86c6b1290c72..cb5cb1c67c73 100644
--- a/xmlhelp/source/cxxhelp/inc/qe/QueryProcessor.hxx
+++ b/xmlhelp/source/cxxhelp/inc/qe/QueryProcessor.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: QueryProcessor.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.3.26.1 $
*
* This file is part of OpenOffice.org.
*
@@ -63,7 +63,7 @@ namespace xmlsearch {
}
- const sal_Int32 getHitCount() const { return nHits_; }
+ sal_Int32 getHitCount() const { return nHits_; }
const std::vector< rtl::OUString >& getTerms() const { return terms_; }