summaryrefslogtreecommitdiff
path: root/include/editeng/charhiddenitem.hxx
diff options
context:
space:
mode:
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,