From 07c4aa4298f062cee1894b80ef82e76d5ffcf4c7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 1 Oct 2018 14:30:12 +0200 Subject: loplugin:constfields in svtools Change-Id: I91553f89d8f5ee42afa52d196bf86f8a92011850 Reviewed-on: https://gerrit.libreoffice.org/61186 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svtools/source/uno/unoimap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source/uno') diff --git a/svtools/source/uno/unoimap.cxx b/svtools/source/uno/unoimap.cxx index 2999b5aff1a3..e863a2ed5389 100644 --- a/svtools/source/uno/unoimap.cxx +++ b/svtools/source/uno/unoimap.cxx @@ -108,7 +108,7 @@ private: static rtl::Reference createPropertySetInfo( sal_uInt16 nType ); - sal_uInt16 mnType; + sal_uInt16 const mnType; OUString maURL; OUString maAltText; -- cgit