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 | a0495fb8cd5a320fc2ffc983c2e9e80ac27eb8e2 (patch) | |
tree | 4b274be9f7ed3c78e937ec9323ff2ef145d44a3a /sw/inc/crsrsh.hxx | |
parent | 9e38a5abcc96c0452a299d28c66c2dc25cb234a8 (diff) |
removetooltypes01: #i112600# Fix some @retval comments with old TRUE/FALSE text
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 000fc755b7..69e400fa3f 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -438,8 +438,8 @@ public: /** Ensure point and mark of the current PaM are in a specific order. - @param bPointFirst sal_True: If the point is behind the mark then - swap the PaM. sal_False: If the mark is behind the point then swap + @param bPointFirst TRUE: If the point is behind the mark then + swap the PaM. FALSE: If the mark is behind the point then swap the PaM. */ void NormalizePam(sal_Bool bPointFirst = sal_True); |