summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/acorrect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/acorrect.hxx')
-rw-r--r--sw/source/core/inc/acorrect.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/acorrect.hxx b/sw/source/core/inc/acorrect.hxx
index 9f9c63477150..713cfd777ab2 100644
--- a/sw/source/core/inc/acorrect.hxx
+++ b/sw/source/core/inc/acorrect.hxx
@@ -69,8 +69,8 @@ public:
// return text of a previous paragraph
// If it does not exist or if there is nothing before, return blank.
- // - sal_True: paragraph before "normal" insertion position
- // - sal_False: paragraph in that the corrected word was inserted
+ // - true: paragraph before "normal" insertion position
+ // - false: paragraph in that the corrected word was inserted
// (does not need to be the same paragraph)
virtual OUString const* GetPrevPara(bool bAtNormalPos) SAL_OVERRIDE;