diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-20 09:31:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-21 12:19:23 +0200 |
commit | 72c64c769191a673c83ce7ea4a626128fa5c8558 (patch) | |
tree | 1861eb2fd986994e5001bdcb1d641658d0926448 /include/editeng | |
parent | 5a5a80dd5c19541fd1c0d40d9b0ecbb60bc0a1ae (diff) |
editeng: sal_Bool->bool
Change-Id: I18717328ccd37649683b0d8cb57c85629cdcb4d9
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/charhiddenitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/charhiddenitem.hxx b/include/editeng/charhiddenitem.hxx index c1f843f0ab7f..c883ed3ddb90 100644 --- a/include/editeng/charhiddenitem.hxx +++ b/include/editeng/charhiddenitem.hxx @@ -34,7 +34,7 @@ class EDITENG_DLLPUBLIC SvxCharHiddenItem : public SfxBoolItem public: TYPEINFO(); - SvxCharHiddenItem( const sal_Bool bHidden /*= sal_False*/, const sal_uInt16 nId ); + SvxCharHiddenItem( const bool bHidden /*= false*/, const sal_uInt16 nId ); virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, |