diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-26 13:52:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-27 08:30:01 +0200 |
commit | 175834ce6a3ba707a6d34aa8de7351574381f481 (patch) | |
tree | a9349ce0604ac89b08ea3c3f3f56fa14c4b518f1 /include/toolkit | |
parent | 833c4965fc0941ea997852e3d99dcd7688e58c14 (diff) |
loplugin:constfields in toolkit
Change-Id: I26254acc84b1bfe71e4addbde51cb6a9ed52c981
Reviewed-on: https://gerrit.libreoffice.org/60990
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/controls/eventcontainer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/controls/eventcontainer.hxx b/include/toolkit/controls/eventcontainer.hxx index 65d0418bdc27..cc1d20493e4c 100644 --- a/include/toolkit/controls/eventcontainer.hxx +++ b/include/toolkit/controls/eventcontainer.hxx @@ -38,7 +38,7 @@ class ScriptEventContainer : public ::cppu::WeakImplHelper< { std::unordered_map< OUString, css::uno::Any> mHashMap; - css::uno::Type mType; + css::uno::Type const mType; ContainerListenerMultiplexer maContainerListeners; |