summaryrefslogtreecommitdiff
path: root/sc/inc/tabopparams.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/tabopparams.hxx')
-rw-r--r--sc/inc/tabopparams.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/tabopparams.hxx b/sc/inc/tabopparams.hxx
index 7baa461061fd..6589e51ee3bc 100644
--- a/sc/inc/tabopparams.hxx
+++ b/sc/inc/tabopparams.hxx
@@ -44,14 +44,14 @@ struct ScInterpreterTableOpParams
ScAddress aFormulaPos;
::std::vector< ScFormulaCell* > aNotifiedFormulaCells;
::std::vector< ScAddress > aNotifiedFormulaPos;
- BOOL bValid;
- BOOL bRefresh;
- BOOL bCollectNotifications;
+ sal_Bool bValid;
+ sal_Bool bRefresh;
+ sal_Bool bCollectNotifications;
ScInterpreterTableOpParams()
- : bValid( FALSE )
- , bRefresh( FALSE )
- , bCollectNotifications( TRUE )
+ : bValid( sal_False )
+ , bRefresh( sal_False )
+ , bCollectNotifications( sal_True )
{
}