summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-13 20:45:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-15 16:28:40 +0100
commit0116d0b2ca92cffc7c3459ddf07dfcaa9187975f (patch)
tree39bf82ac7b7a44c74d9d5f48d978b33570addcb2 /toolkit/inc
parent12a8fa0d656f3f8bad7c9f85e4f760b5201d5f75 (diff)
Revert "loplugin:constfields in toolkit"
This reverts commit 175834ce6a3ba707a6d34aa8de7351574381f481. Change-Id: I4b524ca1aa9aed2273b5d891a02fc0b360abc94c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90516 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/inc')
-rw-r--r--toolkit/inc/controls/eventcontainer.hxx2
-rw-r--r--toolkit/inc/helper/msgbox.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/inc/controls/eventcontainer.hxx b/toolkit/inc/controls/eventcontainer.hxx
index 460ae6fe256f..4961c16344ee 100644
--- a/toolkit/inc/controls/eventcontainer.hxx
+++ b/toolkit/inc/controls/eventcontainer.hxx
@@ -36,7 +36,7 @@ class ScriptEventContainer final : public ::cppu::WeakImplHelper<
{
std::unordered_map< OUString, css::uno::Any>
mHashMap;
- css::uno::Type const mType;
+ css::uno::Type mType;
ContainerListenerMultiplexer maContainerListeners;
diff --git a/toolkit/inc/helper/msgbox.hxx b/toolkit/inc/helper/msgbox.hxx
index bf2947889ec0..2afb902f2326 100644
--- a/toolkit/inc/helper/msgbox.hxx
+++ b/toolkit/inc/helper/msgbox.hxx
@@ -51,7 +51,7 @@ class MessBox : public ButtonDialog
VclPtr<FixedImage> mpFixedImage;
Image maImage;
bool mbHelpBtn;
- MessBoxStyle const mnMessBoxStyle;
+ MessBoxStyle mnMessBoxStyle;
protected:
OUString maMessText;