From 453879cfd8f4a8e22847043231a0929e4d50f238 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 8 Oct 2018 16:12:06 +0200 Subject: loplugin:constfields in sd Change-Id: Ia072401c71dacf089b9f5213957c2cd25bb1a1b3 Reviewed-on: https://gerrit.libreoffice.org/61553 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/inc/unoaprms.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/inc/unoaprms.hxx') diff --git a/sd/source/ui/inc/unoaprms.hxx b/sd/source/ui/inc/unoaprms.hxx index 944deeca8476..900d9e77f412 100644 --- a/sd/source/ui/inc/unoaprms.hxx +++ b/sd/source/ui/inc/unoaprms.hxx @@ -67,7 +67,7 @@ class SdAnimationPrmsUndoAction : public SdUndoAction sal_uInt16 nOldVerb; sal_uInt16 nNewVerb; - bool bInfoCreated; + bool const bInfoCreated; public: SdAnimationPrmsUndoAction(SdDrawDocument* pTheDoc, SdrObject* pObj, -- cgit