From 0302c9b192c3b7ba10daabed61d6864c24c14070 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 12 Sep 2018 15:51:15 +0200 Subject: loplugin:constfields in xmloff Change-Id: I9623e6b483b28f5b50a2c76016bcc319b375a35a Reviewed-on: https://gerrit.libreoffice.org/60394 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/inc/XMLBackgroundImageContext.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/inc/XMLBackgroundImageContext.hxx') diff --git a/xmloff/inc/XMLBackgroundImageContext.hxx b/xmloff/inc/XMLBackgroundImageContext.hxx index 8080f3f3b458..6fbe5604869c 100644 --- a/xmloff/inc/XMLBackgroundImageContext.hxx +++ b/xmloff/inc/XMLBackgroundImageContext.hxx @@ -30,7 +30,7 @@ namespace com { namespace sun { namespace star { class XMLBackgroundImageContext : public XMLElementPropertyContext { XMLPropertyState aPosProp; - sal_Int32 m_nBitmapModeIdx; + sal_Int32 const m_nBitmapModeIdx; XMLPropertyState aFilterProp; XMLPropertyState aTransparencyProp; -- cgit