diff options
Diffstat (limited to 'sc/inc/tabopparams.hxx')
-rw-r--r-- | sc/inc/tabopparams.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/tabopparams.hxx b/sc/inc/tabopparams.hxx index b4a3d2978f0b..7a505c79c2be 100644 --- a/sc/inc/tabopparams.hxx +++ b/sc/inc/tabopparams.hxx @@ -45,14 +45,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( false ) + , bRefresh( false ) + , bCollectNotifications( sal_True ) { } |