From 175834ce6a3ba707a6d34aa8de7351574381f481 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 26 Sep 2018 13:52:39 +0200 Subject: loplugin:constfields in toolkit Change-Id: I26254acc84b1bfe71e4addbde51cb6a9ed52c981 Reviewed-on: https://gerrit.libreoffice.org/60990 Tested-by: Jenkins Reviewed-by: Noel Grandin --- toolkit/inc/helper/msgbox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/inc/helper') diff --git a/toolkit/inc/helper/msgbox.hxx b/toolkit/inc/helper/msgbox.hxx index 0fc7631d93de..f353b2ff9d57 100644 --- a/toolkit/inc/helper/msgbox.hxx +++ b/toolkit/inc/helper/msgbox.hxx @@ -50,7 +50,7 @@ class MessBox : public ButtonDialog VclPtr mpFixedImage; Image maImage; bool mbHelpBtn; - MessBoxStyle mnMessBoxStyle; + MessBoxStyle const mnMessBoxStyle; protected: OUString maMessText; -- cgit