diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-25 15:00:49 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 12:30:26 +0200 |
commit | bc7525a9a4aa87becb980b762d3adcc135f465e6 (patch) | |
tree | f2ca175743fb38914c0d062225daa7b5b470438a /include | |
parent | 57779aa0195d77239b339c6dbe17209b3f0cc4ee (diff) |
editeng: sal_Bool->bool
Change-Id: I1c1d16e5b9690a5f61a04ed78d6e4be296800ebb
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/nhypitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |