From a4850e3d78bb11333323c3ae1dbb7184a0b886f3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 25 Feb 2014 15:16:44 +0200 Subject: editeng: sal_Bool->bool Change-Id: I977aa9d3cf18da00c69bfd777b51299613e01d1d --- include/editeng/nlbkitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng') 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 -- cgit