diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
commit | a3458db24dc4688fcca14242917ec3bd62a6adcb (patch) | |
tree | b902384544d6fb83961786eae1fdc3554475ce1e /xmlhelp | |
parent | 7f0a1dea69541e73a8a38da7906a65aad63c8902 (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/qe/QueryProcessor.hxx | 4 |
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_; } |