diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-05 23:42:42 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-05 23:46:54 +0900 |
commit | e37d24e1c9a3140df47238b1989fc0b5df1443f6 (patch) | |
tree | f3428a9e243eefdca1c3dcc118772c7bdf990b52 /sw/inc | |
parent | 2bd856e643ef526c1283475c19cd355f7ef840f4 (diff) |
sal_Bool to bool
Change-Id: Ie3901ac8dc2cb46f6d06cbc2c80760570a474bf9
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/crsrsh.hxx | 2 | ||||
-rw-r--r-- | sw/inc/fesh.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index ababf914494f..a7f7d7d3f794 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -673,7 +673,7 @@ public: sal_Bool bOnlyErrors = sal_False ); // jump to the next / previous hyperlink - inside text and also // on graphics - sal_Bool SelectNxtPrvHyperlink( sal_Bool bNext = sal_True ); + bool SelectNxtPrvHyperlink( bool bNext = true ); sal_Bool GotoRefMark( const String& rRefMark, sal_uInt16 nSubType = 0, sal_uInt16 nSeqNo = 0 ); diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index ca42479d949c..3e11b048ce0f 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -477,7 +477,7 @@ public: void MoveCreate ( const Point &rPos ); sal_Bool EndCreate ( sal_uInt16 eSdrCreateCmd ); void BreakCreate(); - sal_Bool IsDrawCreate() const; + bool IsDrawCreate() const; void CreateDefaultShape( sal_uInt16 /*SdrObjKind ?*/ eSdrObjectKind, const Rectangle& rRect, sal_uInt16 nSlotId); /// Functions for Rubberbox, ti select Draw-Objects |