summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-01 14:30:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-03 08:26:03 +0200
commit07c4aa4298f062cee1894b80ef82e76d5ffcf4c7 (patch)
tree23752b23ce6d21c209c9d178420dee86c48938de /svtools/source/svhtml
parent48bf5a74186140760a734091a85e85d198e6fdfa (diff)
loplugin:constfields in svtools
Change-Id: I91553f89d8f5ee42afa52d196bf86f8a92011850 Reviewed-on: https://gerrit.libreoffice.org/61186 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r--svtools/source/svhtml/htmlkywd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svhtml/htmlkywd.cxx b/svtools/source/svhtml/htmlkywd.cxx
index 8a633c49404c..ae592f241380 100644
--- a/svtools/source/svhtml/htmlkywd.cxx
+++ b/svtools/source/svhtml/htmlkywd.cxx
@@ -560,7 +560,7 @@ struct HTML_OptionEntry
const sal_Char *sToken;
const OUString *pUToken;
};
- HtmlOptionId nToken;
+ HtmlOptionId const nToken;
};
static HTML_OptionEntry aHTMLOptionTab[] = {