diff options
Diffstat (limited to 'include/helpcompiler/HelpSearch.hxx')
-rw-r--r-- | include/helpcompiler/HelpSearch.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/helpcompiler/HelpSearch.hxx b/include/helpcompiler/HelpSearch.hxx index b177430a28e0..a1ce783ef6ae 100644 --- a/include/helpcompiler/HelpSearch.hxx +++ b/include/helpcompiler/HelpSearch.hxx @@ -17,16 +17,14 @@ class L10N_DLLPUBLIC HelpSearch{ private: - OUString d_lang; OString d_indexDir; public: /** - * @param lang Help files language. * @param indexDir The directory where the index files are stored. */ - HelpSearch(OUString const &lang, OUString const &indexDir); + HelpSearch(OUString const &indexDir); /** * Query the index for a certain query string. |