summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-19 16:22:22 +0200
committerNoel Grandin <noel@peralex.com>2014-02-21 12:19:22 +0200
commit16c8fbfa07f07587d72713e476383b88017c13c2 (patch)
treeb3ffb3af2cd7a9659a5ac9c21705561c425d62f1 /include
parente41ed900a460e6fe797d176b58c1c5269a5f84e1 (diff)
editeng: sal_Bool->bool
Change-Id: I5f0b49b7a51f32fe4974739d2610204adefc4faa
Diffstat (limited to 'include')
-rw-r--r--include/editeng/blinkitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/blinkitem.hxx b/include/editeng/blinkitem.hxx
index 3ba71ccd595b..6b3127b3c48d 100644
--- a/include/editeng/blinkitem.hxx
+++ b/include/editeng/blinkitem.hxx
@@ -37,7 +37,7 @@ class EDITENG_DLLPUBLIC SvxBlinkItem : public SfxBoolItem
public:
TYPEINFO();
- SvxBlinkItem( const sal_Bool bBlink /*= sal_False*/, const sal_uInt16 nId );
+ SvxBlinkItem( const bool bBlink /*= false*/, const sal_uInt16 nId );
// "pure virtual Methods" from SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;