diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-11-01 08:19:50 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-11-01 09:48:51 +0900 |
commit | 3034266024e492f7c71dd52265429abd9df10a47 (patch) | |
tree | 84077c6099451893c9fc1b151a29f4ed5fd0c0c6 /sw/inc/crsrsh.hxx | |
parent | a05cfc077aebd71c8e882ec2c83cd7bd2b818401 (diff) |
sal_Bool to bool
Change-Id: I10f8d534d664c5f27a32214c00aeee890d993d18
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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; |