diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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? |