diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-17 15:26:00 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-17 15:26:00 +0100 |
commit | ad25e1071ddbde4ff88dc68b1da36bad53497fe9 (patch) | |
tree | bc24145e15fad04cb3b2860029893bc8763e9e3e /sw/inc/node.hxx | |
parent | 7f33ed417b2e29e5470724ea76967f64699a2662 (diff) |
removetooltypes01: #i112600# Fix some @retval comments with old TRUE/FALSE text
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index 9ee05188898c..f4a87b1e18b9 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -181,8 +181,8 @@ public: /** Checks if this node is in redlines. - @retval sal_True this node is in redlines - @retval sal_False else + @retval TRUE this node is in redlines + @retval FALSE else */ sal_Bool IsInRedlines() const; |