diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-12-03 19:21:53 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-12-03 19:30:17 +0900 |
commit | 0ea431f0deaa9d8d9876ad389475746f9ad1ac30 (patch) | |
tree | 4e9a1e5beed8db6931b3448d2ba1ae3df61f4ac9 /sw/inc/charfmt.hxx | |
parent | 8008e0206b10eca595b92bb2e6cd1257fc95f5b0 (diff) |
sal_Bool to bool
Change-Id: Ife2f52b70bd40a8f5c7582b9bdb7b19dd8c354af
Diffstat (limited to 'sw/inc/charfmt.hxx')
-rw-r--r-- | sw/inc/charfmt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/charfmt.hxx b/sw/inc/charfmt.hxx index eb35a9faea46..08da53c9ee6a 100644 --- a/sw/inc/charfmt.hxx +++ b/sw/inc/charfmt.hxx @@ -44,7 +44,7 @@ namespace CharFmt { extern const SfxItemSet* GetItemSet( const SfxPoolItem& rAttr ); extern const SfxPoolItem* GetItem( const SwTxtAttr& rAttr, sal_uInt16 nWhich ); - extern sal_Bool IsItemIncluded( const sal_uInt16 nWhich, const SwTxtAttr *pAttr ); + extern bool IsItemIncluded( const sal_uInt16 nWhich, const SwTxtAttr *pAttr ); } #endif |