summaryrefslogtreecommitdiff
path: root/include/editeng/charhiddenitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-20 09:31:24 +0200
committerNoel Grandin <noel@peralex.com>2014-02-21 12:19:23 +0200
commit72c64c769191a673c83ce7ea4a626128fa5c8558 (patch)
tree1861eb2fd986994e5001bdcb1d641658d0926448 /include/editeng/charhiddenitem.hxx
parent5a5a80dd5c19541fd1c0d40d9b0ecbb60bc0a1ae (diff)
editeng: sal_Bool->bool
Change-Id: I18717328ccd37649683b0d8cb57c85629cdcb4d9
Diffstat (limited to 'include/editeng/charhiddenitem.hxx')
-rw-r--r--include/editeng/charhiddenitem.hxx2
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,