summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/viewimp.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-17 15:26:00 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-17 15:26:00 +0100
commitad25e1071ddbde4ff88dc68b1da36bad53497fe9 (patch)
treebc24145e15fad04cb3b2860029893bc8763e9e3e /sw/source/core/inc/viewimp.hxx
parent7f33ed417b2e29e5470724ea76967f64699a2662 (diff)
removetooltypes01: #i112600# Fix some @retval comments with old TRUE/FALSE text
Diffstat (limited to 'sw/source/core/inc/viewimp.hxx')
-rw-r--r--sw/source/core/inc/viewimp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/viewimp.hxx b/sw/source/core/inc/viewimp.hxx
index 3959a815eaa2..207a76f32ed4 100644
--- a/sw/source/core/inc/viewimp.hxx
+++ b/sw/source/core/inc/viewimp.hxx
@@ -116,8 +116,8 @@ class SwViewImp
/**
Returns if printer shall be stopped.
- @retval sal_True The printer shall be stopped.
- @retval sal_False else
+ @retval TRUE The printer shall be stopped.
+ @retval FALSE else
*/
sal_Bool IsStopPrt() { return bStopPrt; }