diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-11-08 12:16:44 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-11-08 13:11:58 +0900 |
commit | 88e457dc60b7a7e5f4048e00c0418bc57537c029 (patch) | |
tree | ec2a698dea3a5356f641c45ec5ee32746cd5d207 /sw/inc/format.hxx | |
parent | b668d3aaf5690bd067c0ed283e9492ae576117f9 (diff) |
sal_Bool to bool
Change-Id: Idfbc33106b20b06c5247c50d099972305f016a51
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r-- | sw/inc/format.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx index 8b8b61b8cab4..51cea190af81 100644 --- a/sw/inc/format.hxx +++ b/sw/inc/format.hxx @@ -98,9 +98,9 @@ public: sal_Bool bInParents = sal_True ) const; inline SfxItemState GetItemState( sal_uInt16 nWhich, sal_Bool bSrchInParent = sal_True, const SfxPoolItem **ppItem = 0 ) const; - virtual sal_Bool SetFmtAttr( const SfxPoolItem& rAttr ); - virtual sal_Bool SetFmtAttr( const SfxItemSet& rSet ); - virtual sal_Bool ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 ); + virtual bool SetFmtAttr( const SfxPoolItem& rAttr ); + virtual bool SetFmtAttr( const SfxItemSet& rSet ); + virtual bool ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 ); /** Takes all hints from Delta-Array, @return count of deleted hints. */ |