summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docedt.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-03-03 00:44:38 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-03-03 10:31:48 +0900
commitddf1b13a52548a62f6bebd5d97b7b822d2075529 (patch)
tree31ce91a27e3e745d4c82346b5e68ecc44526e056 /sw/source/core/doc/docedt.cxx
parent19a080540f68abd8800b15b140349b1318d33073 (diff)
sal_Bool to bool
Change-Id: I4040baa1a0202426df80a0ea94abde55e2b6ca65
Diffstat (limited to 'sw/source/core/doc/docedt.cxx')
-rw-r--r--sw/source/core/doc/docedt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docedt.cxx b/sw/source/core/doc/docedt.cxx
index 04274fce654f..67252d931e8b 100644
--- a/sw/source/core/doc/docedt.cxx
+++ b/sw/source/core/doc/docedt.cxx
@@ -1766,7 +1766,7 @@ bool SwDoc::DeleteRangeImplImpl(SwPaM & rPam)
*pEnd = *pStt;
rPam.DeleteMark();
- } while( sal_False );
+ } while( false );
if( !IsIgnoreRedline() && !GetRedlineTbl().empty() )
CompressRedlines();