summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docsort.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-11-04 02:02:46 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-11-04 12:09:56 +0900
commitf2d4303a0e93c9b541e3e9efd3f2dd2d756db209 (patch)
tree3b74adc877a8896ce22178cc8be5ae4949db5389 /sw/source/core/doc/docsort.cxx
parent445e66f775c828fa10960142f9a9013e8cdc1110 (diff)
sal_Bool to bool
Change-Id: I51b096bab5f5c12a9c4c6633aa3150c50e9ffa47
Diffstat (limited to 'sw/source/core/doc/docsort.cxx')
-rw-r--r--sw/source/core/doc/docsort.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/doc/docsort.cxx b/sw/source/core/doc/docsort.cxx
index 79a3aaa8f820..3e4cf761dcc4 100644
--- a/sw/source/core/doc/docsort.cxx
+++ b/sw/source/core/doc/docsort.cxx
@@ -755,7 +755,7 @@ void MoveCell(SwDoc* pDoc, const SwTableBox* pSource, const SwTableBox* pTar,
pNd = pDoc->GetNodes().GoNext( &aTar ); // next ContentNode
sal_uLong nCount = pNd->EndOfSectionIndex() - pNd->StartOfSectionIndex();
- sal_Bool bDelFirst = sal_False;
+ bool bDelFirst = false;
if( nCount == 2 )
{
OSL_ENSURE( pNd->GetCntntNode(), "No ContentNode");
@@ -919,7 +919,7 @@ sal_uInt16 FlatFndBox::GetRowCount(const _FndBox& rBox)
--------------------------------------------------------------------*/
void FlatFndBox::FillFlat(const _FndBox& rBox, sal_Bool bLastBox)
{
- sal_Bool bModRow = sal_False;
+ bool bModRow = false;
const _FndLines& rLines = rBox.GetLines();
// Iterate over Lines
@@ -958,7 +958,7 @@ void FlatFndBox::FillFlat(const _FndBox& rBox, sal_Bool bLastBox)
*(ppItemSets + nOff ) = pSet;
}
- bModRow = sal_True;
+ bModRow = true;
}
else
{