summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/untblk.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-12-13 21:52:13 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-12-13 21:53:53 +0900
commit20f2aaced1dabbd62ea516368b85e0e881d42165 (patch)
tree554ea201f86c7338e3fed4fd2d3428762abf95fe /sw/source/core/undo/untblk.cxx
parent09bc1464ec9dde61e69cca393e65e72143bdd383 (diff)
sal_Bool to bool
Change-Id: I56e3889774b13fc040f72d576b8ea530bf31f9a5
Diffstat (limited to 'sw/source/core/undo/untblk.cxx')
-rw-r--r--sw/source/core/undo/untblk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/undo/untblk.cxx b/sw/source/core/undo/untblk.cxx
index 89f2d02b855a..48457172966d 100644
--- a/sw/source/core/undo/untblk.cxx
+++ b/sw/source/core/undo/untblk.cxx
@@ -163,7 +163,7 @@ void SwUndoInserts::UndoImpl(::sw::UndoRedoContext & rContext)
pDoc->DeleteRedline( *pPam, true, USHRT_MAX );
// if Point and Mark are different text nodes so a JoinNext has to be done
- sal_Bool bJoinNext = nSttNode != nEndNode &&
+ bool bJoinNext = nSttNode != nEndNode &&
pPam->GetMark()->nNode.GetNode().GetTxtNode() &&
pPam->GetPoint()->nNode.GetNode().GetTxtNode();