summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@erack.de>2011-08-14 16:46:18 +0200
committerEike Rathke <erack@erack.de>2011-08-14 16:46:18 +0200
commitb5cd7f10b88340b53ce108f3667e70bc4ccb2dd0 (patch)
tree6591aa1205a8acc78e6aa53ef1594c0b37357ab4 /sc/inc/token.hxx
parent5849f748704b3a7312997f30461c001f37bf6969 (diff)
sal_Bool -> bool and cosmetics
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index c56b2a6c01f6..d7cefab1982a 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -102,7 +102,7 @@ public:
The formula's position, used to calculate absolute positions from
relative references.
@param bReuseDoubleRef
- If sal_True, a DoubleRef token is reused if passed as rTok1 or rTok2,
+ If true, a DoubleRef token is reused if passed as rTok1 or rTok2,
else a new DoubleRef token is created and returned.
@return
A reused or new'ed ScDoubleRefToken, or a NULL TokenRef if rTok1 or