From bc7525a9a4aa87becb980b762d3adcc135f465e6 Mon Sep 17 00:00:00 2001
From: Noel Grandin <noel@peralex.com>
Date: Tue, 25 Feb 2014 15:00:49 +0200
Subject: editeng: sal_Bool->bool

Change-Id: I1c1d16e5b9690a5f61a04ed78d6e4be296800ebb
---
 include/editeng/nhypitem.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

diff --git a/include/editeng/nhypitem.hxx b/include/editeng/nhypitem.hxx
index c8ff9b29d0c7..02034387c5ae 100644
--- a/include/editeng/nhypitem.hxx
+++ b/include/editeng/nhypitem.hxx
@@ -28,7 +28,7 @@ class EDITENG_DLLPUBLIC SvxNoHyphenItem : public SfxBoolItem
 public:
     TYPEINFO();
 
-    SvxNoHyphenItem( const sal_Bool bHyphen /*= sal_True*/,
+    SvxNoHyphenItem( const bool bHyphen /*= true*/,
                      const sal_uInt16 nId  );
 
     // "pure virtual Methods" from SfxPoolItem
-- 
cgit