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 --- include/xmloff/xmlstyle.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xmloff/xmlstyle.hxx') diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx index 292af5128e3e..dfeb41e7261d 100644 --- a/include/xmloff/xmlstyle.hxx +++ b/include/xmloff/xmlstyle.hxx @@ -73,7 +73,7 @@ class XMLOFF_DLLPUBLIC SvXMLStyleContext : public SvXMLImportContext // by Finish() or si somehow invalid. bool mbNew : 1; // Set this to false in CreateAnsInsert // if the style is already existing. - bool mbDefaultStyle : 1; + bool const mbDefaultStyle : 1; protected: -- cgit