summaryrefslogtreecommitdiff
path: root/stoc/source/implementationregistration/mergekeys.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 09:09:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 11:09:03 +0200
commit0ddf3e0a628599d01356cb5262b93faca073ee9f (patch)
treee0b1a75ffb25f77156ad99c4627555e9a17b25f7 /stoc/source/implementationregistration/mergekeys.cxx
parentb5d5032ce9b40cdca233f6f8951fa056262ec041 (diff)
loplugin:constfields in stoc..svgio
Change-Id: Icfd936fe9b83e0e122af5b09f7ed6dde2ead4400 Reviewed-on: https://gerrit.libreoffice.org/61512 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'stoc/source/implementationregistration/mergekeys.cxx')
-rw-r--r--stoc/source/implementationregistration/mergekeys.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/implementationregistration/mergekeys.cxx b/stoc/source/implementationregistration/mergekeys.cxx
index fd4368fbadc6..b6768dcc7b60 100644
--- a/stoc/source/implementationregistration/mergekeys.cxx
+++ b/stoc/source/implementationregistration/mergekeys.cxx
@@ -36,8 +36,8 @@ namespace stoc_impreg
struct Link
{
- OUString m_name;
- OUString m_target;
+ OUString const m_name;
+ OUString const m_target;
Link( OUString const & name, OUString const & target )
: m_name( name )