diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-25 15:16:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 12:30:26 +0200 |
commit | a4850e3d78bb11333323c3ae1dbb7184a0b886f3 (patch) | |
tree | 5268d8f6007d5fe8139babe6ccaf7b5430615ef7 /include/editeng | |
parent | bc7525a9a4aa87becb980b762d3adcc135f465e6 (diff) |
editeng: sal_Bool->bool
Change-Id: I977aa9d3cf18da00c69bfd777b51299613e01d1d
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/nlbkitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/nlbkitem.hxx b/include/editeng/nlbkitem.hxx index 845b0106fd51..4373a12778d0 100644 --- a/include/editeng/nlbkitem.hxx +++ b/include/editeng/nlbkitem.hxx @@ -28,7 +28,7 @@ class EDITENG_DLLPUBLIC SvxNoLinebreakItem : public SfxBoolItem public: TYPEINFO(); - SvxNoLinebreakItem( const sal_Bool bBreak /*= sal_True*/, + SvxNoLinebreakItem( const bool bBreak /*= true*/, const sal_uInt16 nId ); // "pure virtual Methods" from SfxPoolItem |