summaryrefslogtreecommitdiff
path: root/include/helpcompiler/HelpSearch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/helpcompiler/HelpSearch.hxx')
-rw-r--r--include/helpcompiler/HelpSearch.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helpcompiler/HelpSearch.hxx b/include/helpcompiler/HelpSearch.hxx
index a1ce783ef6ae..639bbb2f585a 100644
--- a/include/helpcompiler/HelpSearch.hxx
+++ b/include/helpcompiler/HelpSearch.hxx
@@ -33,7 +33,7 @@ class L10N_DLLPUBLIC HelpSearch{
* @param rDocuments Vector to write the paths of the found documents.
* @param rScores Vector to write the scores to.
*/
- bool query(OUString const &queryStr, bool captionOnly,
+ void query(OUString const &queryStr, bool captionOnly,
std::vector<OUString> &rDocuments, std::vector<float> &rScores);
};