summaryrefslogtreecommitdiff
path: root/sw/inc/fesh.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-11-19 17:52:35 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-11-20 10:06:46 +0900
commit677a3f75e77b35f256b77b1de727790b468ab899 (patch)
tree0a28667f58b6361bd5cdc550d2963a26a58f8c52 /sw/inc/fesh.hxx
parent9b24ce6da284505aed2bbaf4ad2790c161fbc232 (diff)
sal_Bool to bool
Change-Id: Icc13eb7a8c6720ac53163e3ee7842a22c2862ab3
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r--sw/inc/fesh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 6c8faeee8475..dc4968a329c1 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -597,8 +597,8 @@ public:
/// Is content of a table cell or at least a table cell completely selected?
sal_Bool HasBoxSelection() const;
- sal_Bool InsertRow( sal_uInt16 nCnt, sal_Bool bBehind );
- sal_Bool InsertCol( sal_uInt16 nCnt, sal_Bool bBehind ); // 0 == at the end.
+ bool InsertRow( sal_uInt16 nCnt, bool bBehind );
+ bool InsertCol( sal_uInt16 nCnt, bool bBehind ); // 0 == at the end.
sal_Bool DeleteCol();
sal_Bool DeleteRow();