From 3034266024e492f7c71dd52265429abd9df10a47 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 1 Nov 2012 08:19:50 +0900 Subject: sal_Bool to bool Change-Id: I10f8d534d664c5f27a32214c00aeee890d993d18 --- sw/inc/crsrsh.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc/crsrsh.hxx') diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index d4044248653c..138e94ddf7b0 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -612,8 +612,8 @@ public: sal_Bool SelTbl(); - sal_Bool GotoNextNum(); - sal_Bool GotoPrevNum(); + bool GotoNextNum(); + bool GotoPrevNum(); bool GotoOutline( const String& rName ); // to the next/previous or the given OutlineNode @@ -805,7 +805,7 @@ public: const SwRedline* GotoRedline( sal_uInt16 nArrPos, sal_Bool bSelect = sal_False ); // is cursor or the point in/over a vertical formatted text? - sal_Bool IsInVerticalText( const Point* pPt = 0 ) const; + bool IsInVerticalText( const Point* pPt = 0 ) const; // is cursor or the point in/over a right to left formatted text? sal_Bool IsInRightToLeftText( const Point* pPt = 0 ) const; -- cgit