diff options
author | Eike Rathke <erack@redhat.com> | 2011-11-10 15:54:13 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-11-10 15:54:49 +0100 |
commit | 7fd62379668b455c0581fbb757c0f1518e6b7286 (patch) | |
tree | 8c13bb0501b54378944e531d2c4a07ccb38b4e58 /sc/inc/patattr.hxx | |
parent | 38f46105e9fd8062850637d112ad85f11779716c (diff) |
sal_Bool to bool
Diffstat (limited to 'sc/inc/patattr.hxx')
-rw-r--r-- | sc/inc/patattr.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/patattr.hxx b/sc/inc/patattr.hxx index 78d1fd9c6c9d..f42b7e4f8d0a 100644 --- a/sc/inc/patattr.hxx +++ b/sc/inc/patattr.hxx @@ -83,7 +83,7 @@ public: const SfxPoolItem& GetItem( sal_uInt16 nWhich, const SfxItemSet* pCondSet ) const; // pWhich are no ranges, but single IDs, 0-terminated - sal_Bool HasItemsSet( const sal_uInt16* pWhich ) const; + bool HasItemsSet( const sal_uInt16* pWhich ) const; void ClearItems( const sal_uInt16* pWhich ); void DeleteUnchanged( const ScPatternAttr* pOldAttrs ); @@ -127,12 +127,12 @@ public: void UpdateStyleSheet(); void StyleToName(); - sal_Bool IsVisible() const; - sal_Bool IsVisibleEqual( const ScPatternAttr& rOther ) const; + bool IsVisible() const; + bool IsVisibleEqual( const ScPatternAttr& rOther ) const; /** If font is an old symbol font StarBats/StarMath with text encoding RTL_TEXTENC_SYMBOL */ - sal_Bool IsSymbolFont() const; + bool IsSymbolFont() const; sal_uLong GetNumberFormat( SvNumberFormatter* ) const; sal_uLong GetNumberFormat( SvNumberFormatter* pFormatter, |