summaryrefslogtreecommitdiff
path: root/include/helpcompiler/HelpIndexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/helpcompiler/HelpIndexer.hxx')
-rw-r--r--include/helpcompiler/HelpIndexer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helpcompiler/HelpIndexer.hxx b/include/helpcompiler/HelpIndexer.hxx
index 5a73358728e0..65f77878ed12 100644
--- a/include/helpcompiler/HelpIndexer.hxx
+++ b/include/helpcompiler/HelpIndexer.hxx
@@ -76,7 +76,7 @@ class L10N_DLLPUBLIC HelpIndexer {
/**
* Fill the Document with information on the given help file.
*/
- bool helpDocument(OUString const & fileName, lucene::document::Document *doc);
+ void helpDocument(OUString const & fileName, lucene::document::Document *doc);
/**
* Create a reader for the given file, and create an "empty" reader in case the file doesn't exist.