From 9d4c36d7914e2746a751a56de01063c9159f0f99 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 11 Mar 2020 16:35:10 +0200 Subject: Revert "loplugin:constfields in sc" This reverts commit fb1d3b580763a333bbbfe115d09e1b5cd8849675. Now that we know that making fields has negative side effects like disabling assignment operator generation. Change-Id: Ib48334ffbeb2c768896dd8ced6818aa0b9910b0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90333 Tested-by: Noel Grandin Reviewed-by: Noel Grandin --- sc/inc/document.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/inc/document.hxx') diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 5355300047d4..847a4c42ccee 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -487,9 +487,9 @@ private: // AutoCalcShellDisabled and TrackFormulas bool bForcedFormulaPending; bool bCalculatingFormulaTree; - bool const bIsClip; - bool const bIsUndo; - bool const bIsFunctionAccess; + bool bIsClip; + bool bIsUndo; + bool bIsFunctionAccess; bool bIsVisible; // set from view ctor bool bIsEmbedded; // display/adjust Embedded area? -- cgit