diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-13 16:49:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-13 19:20:38 +0100 |
commit | d077cd6189da55cab0bdea3a265446f362160ae0 (patch) | |
tree | cf6bc114247d2ffae7294582611d3c1ae5654bec /svtools/source/uno/unoimap.cxx | |
parent | 17e712ccc8fa93d57672916e3c8adaa8febc9f8c (diff) |
Revert "loplugin:constfields in svtools"
This reverts commit 07c4aa4298f062cee1894b80ef82e76d5ffcf4c7.
Change-Id: Ic3f639581b9aca373f82c011f15be60d117b1943
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90476
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/uno/unoimap.cxx')
-rw-r--r-- | svtools/source/uno/unoimap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/unoimap.cxx b/svtools/source/uno/unoimap.cxx index ef14c9487575..df35376832d9 100644 --- a/svtools/source/uno/unoimap.cxx +++ b/svtools/source/uno/unoimap.cxx @@ -108,7 +108,7 @@ private: static rtl::Reference<PropertySetInfo> createPropertySetInfo( sal_uInt16 nType ); - sal_uInt16 const mnType; + sal_uInt16 mnType; OUString maURL; OUString maAltText; |