From a3458db24dc4688fcca14242917ec3bd62a6adcb Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 10 Oct 2008 13:02:43 +0000 Subject: CWS-TOOLING: integrate CWS cmcfixes49 --- xmlhelp/source/cxxhelp/inc/qe/QueryProcessor.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlhelp/source/cxxhelp/inc/qe') 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_; } -- cgit