From 6aa35db39311dcd7965c9c9c21fcf4143a1f9b43 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 25 Apr 2014 14:00:35 +0200 Subject: sw: sal_Bool->bool Change-Id: I324a0ffde2ddcca105451c19e7aadcfad15211d8 --- sw/inc/swddetbl.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc/swddetbl.hxx') diff --git a/sw/inc/swddetbl.hxx b/sw/inc/swddetbl.hxx index bc6e18570e76..5c0d96666d52 100644 --- a/sw/inc/swddetbl.hxx +++ b/sw/inc/swddetbl.hxx @@ -32,11 +32,11 @@ public: // Ctor moves all lines/boxes from SwTable to it. // After that SwTable is empty and has to be deleted. SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType, - sal_Bool bUpdate = sal_True ); + bool bUpdate = true ); virtual ~SwDDETable(); void ChangeContent(); - sal_Bool NoDDETable(); + bool NoDDETable(); SwDDEFieldType* GetDDEFldType(); inline const SwDDEFieldType* GetDDEFldType() const; -- cgit