diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-03-07 16:40:08 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-03-07 16:40:29 -0500 |
commit | 22ffbb90a3c10f545069f8018deb6eb3ce67e3da (patch) | |
tree | da4a4307e1314f43f7646b1e849385ac47de840b /sc/inc/compiler.hxx | |
parent | eb888e66ee58e6f5eb73e369419818c80cb5eff9 (diff) |
BOOL to bool conversion.
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r-- | sc/inc/compiler.hxx | 2 |
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. |