From 7f33ed417b2e29e5470724ea76967f64699a2662 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Mon, 17 Jan 2011 15:06:54 +0100 Subject: removetooltypes01: #i112600# Remove tools types from sw --- 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 042654389174..f7e7bb56f97d 100644 --- a/sw/inc/swddetbl.hxx +++ b/sw/inc/swddetbl.hxx @@ -39,12 +39,12 @@ public: // Constructor movet alle Lines/Boxen aus der SwTable zu sich. // Die SwTable ist danach Leer und muss geloescht werden. SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType, - BOOL bUpdate = TRUE ); + sal_Bool bUpdate = sal_True ); ~SwDDETable(); void Modify( SfxPoolItem*, SfxPoolItem* ); void ChangeContent(); - BOOL NoDDETable(); + sal_Bool NoDDETable(); SwDDEFieldType* GetDDEFldType(); inline const SwDDEFieldType* GetDDEFldType() const; -- cgit