summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoTable.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-11-21 07:34:08 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-11-21 07:38:58 +0900
commit1aad15bf3968e243ff2ee2572e5bc3fc5cd8f108 (patch)
treea82c68c5f03d2aff67506d52f1d285fc931d2a70 /sw/source/core/inc/UndoTable.hxx
parent4b9c10e298a5285edbeb87c47303c151209abded (diff)
sal_Bool to bool
Change-Id: I0845702a9d0d590b0410df8bdcc3a12661f87714
Diffstat (limited to 'sw/source/core/inc/UndoTable.hxx')
-rw-r--r--sw/source/core/inc/UndoTable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/UndoTable.hxx b/sw/source/core/inc/UndoTable.hxx
index 5d105ef45e92..6dbda4f9441f 100644
--- a/sw/source/core/inc/UndoTable.hxx
+++ b/sw/source/core/inc/UndoTable.hxx
@@ -300,9 +300,9 @@ public:
virtual void UndoImpl( ::sw::UndoRedoContext & );
virtual void RedoImpl( ::sw::UndoRedoContext & );
- void AddBoxBefore( const SwTableBox& rBox, sal_Bool bDelCntnt );
+ void AddBoxBefore( const SwTableBox& rBox, bool bDelCntnt );
void AddBoxAfter( const SwTableBox& rBox, const SwNodeIndex& rIdx,
- sal_Bool bDelCntnt );
+ bool bDelCntnt );
sal_Bool IsEmpty() const;
bool InsertRow( SwTable& rTbl, const SwSelBoxes& rBoxes, sal_uInt16 nCnt );