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 47733a6d8a25..fe4da1171c92 100644
--- a/include/helpcompiler/HelpIndexer.hxx
+++ b/include/helpcompiler/HelpIndexer.hxx
@@ -59,7 +59,7 @@ class L10N_DLLPUBLIC HelpIndexer {
/**
* Get the error string (empty if no error occurred).
*/
- OUString const & getErrorMessage();
+ OUString const & getErrorMessage() { return d_error;}
private: