diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-19 16:04:30 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-21 12:19:22 +0200 |
commit | e41ed900a460e6fe797d176b58c1c5269a5f84e1 (patch) | |
tree | e7e7e601031cbf24ed7c6848ed0582f21a2d1742 /include | |
parent | 327dde336ed3a318c08dd19894b0fd84c9a0eb57 (diff) |
sal_Bool->bool
Change-Id: I2849ab93619a0a8c9d28b3c43d370ee483820678
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/borderline.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/borderline.hxx b/include/editeng/borderline.hxx index eba1dcc60b06..760cce994513 100644 --- a/include/editeng/borderline.hxx +++ b/include/editeng/borderline.hxx @@ -131,11 +131,11 @@ namespace editeng { void SetBorderLineStyle( SvxBorderStyle nNew ); void ScaleMetrics( long nMult, long nDiv ); - sal_Bool operator==( const SvxBorderLine &rCmp ) const; + bool operator==( const SvxBorderLine &rCmp ) const; OUString GetValueString( SfxMapUnit eSrcUnit, SfxMapUnit eDestUnit, const IntlWrapper* pIntl, - sal_Bool bMetricStr = sal_False ) const; + bool bMetricStr = false ) const; bool HasPriority( const SvxBorderLine& rOtherLine ) const; |