summaryrefslogtreecommitdiff
path: root/include/helpcompiler
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-02 11:09:37 +0200
committerNoel Grandin <noel@peralex.com>2015-04-07 10:24:54 +0200
commite4688a3d41265946007c6c9a5c5b5742078c74a3 (patch)
treed57cd9a10d8049f0d8b85f297d1fdead673e5439 /include/helpcompiler
parent82b71d4764c12eb173f6d98b94d6bbbc5d296d7e (diff)
loplugin:staticmethods
Change-Id: Ibaad2adabecb878411fdd66383bca91f034477af
Diffstat (limited to 'include/helpcompiler')
-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 fe4da1171c92..5a73358728e0 100644
--- a/include/helpcompiler/HelpIndexer.hxx
+++ b/include/helpcompiler/HelpIndexer.hxx
@@ -81,7 +81,7 @@ class L10N_DLLPUBLIC HelpIndexer {
/**
* Create a reader for the given file, and create an "empty" reader in case the file doesn't exist.
*/
- lucene::util::Reader *helpFileReader(OUString const & path);
+ static lucene::util::Reader *helpFileReader(OUString const & path);
};
#endif