diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-16 10:05:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-17 08:39:51 +0200 |
commit | 9ffdf7adc00d8e9d931184d3008f4e505e4a5024 (patch) | |
tree | 8b75090145b4218578e42461693fd73d66edb3b0 /xmlhelp/source/cxxhelp/provider/urlparameter.hxx | |
parent | ae39b1ef2dcc9ef7784ff002dd10318564931c2b (diff) |
loplugin:unusedfields in tools..xmlhelp
Change-Id: I5e909a8def86ce9ad150440e6c6ad304e855cc69
Reviewed-on: https://gerrit.libreoffice.org/54415
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/urlparameter.hxx')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/urlparameter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx index b70b445c0b20..5b30916c278a 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx @@ -144,7 +144,7 @@ namespace chelp { return m_aModule; } - OUString const & get_language(); + OUString const & get_language() const; OUString const & get_program(); |