summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-07 16:40:08 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-03-07 16:40:29 -0500
commit22ffbb90a3c10f545069f8018deb6eb3ce67e3da (patch)
treeda4a4307e1314f43f7646b1e849385ac47de840b /sc/inc/compiler.hxx
parenteb888e66ee58e6f5eb73e369419818c80cb5eff9 (diff)
BOOL to bool conversion.
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 8a25ede25c98..e3acd9d5d043 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -433,7 +433,7 @@ public:
ScRangeData* UpdateReference( UpdateRefMode eUpdateRefMode,
const ScAddress& rOldPos, const ScRange&,
SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
- BOOL& rChanged, BOOL& rRefSizeChanged );
+ bool& rChanged, bool& rRefSizeChanged );
/// Only once for converted shared formulas,
/// token array has to be compiled afterwards.