summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-13 10:40:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-13 14:37:36 +0200
commit04e9a4c012f12dc26fda10aabb8d229555c711ab (patch)
tree2d99d882bd83ce3396177e54b6ff39245e486c93 /xmlhelp/source/cxxhelp/provider/urlparameter.hxx
parentb74db4138342f646fda061eac5d6759ecf2c366f (diff)
loplugin:constfields in xmlhelp
Change-Id: Ia8eda3075b0387ec3a5ed6267f1dfcfb3a8cf782 Reviewed-on: https://gerrit.libreoffice.org/60426 Tested-by: Jenkins 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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
index 5b30916c278a..ff917d6def08 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
@@ -169,7 +169,7 @@ namespace chelp {
bool m_bHelpDataFileRead;
bool m_bUseDB;
- OUString m_aURL;
+ OUString const m_aURL;
OUString m_aTag;
OUString m_aId;