diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-10-28 23:38:30 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-10-28 23:47:55 +0900 |
commit | a94b902736ad2cc74224cad4ae64f83880ece632 (patch) | |
tree | 009c63b8913dc554f400c612a0219bf56262c0eb /sw/inc/ndtxt.hxx | |
parent | c3a586a716424a0f22858823622328ce92cb9640 (diff) |
sal_Bool to bool
Change-Id: Ia71a4dc13e09a5fc42c282efc2b0d46b2ff007ab
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r-- | sw/inc/ndtxt.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 603522cd0583..895ff87d60de 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -348,8 +348,8 @@ public: SwCntntNode *AppendNode( const SwPosition & ); /// When appropriate set DontExpand-flag at INet or character styles respectively. - sal_Bool DontExpandFmt( const SwIndex& rIdx, bool bFlag = true, - sal_Bool bFmtToTxtAttributes = sal_True ); + bool DontExpandFmt( const SwIndex& rIdx, bool bFlag = true, + bool bFmtToTxtAttributes = true ); enum GetTxtAttrMode { DEFAULT, /// DEFAULT: (Start < nIndex <= End) |