From 17deff0c9a066ab4208747062577ab700dac60ef Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 25 Jan 2013 10:43:17 +0900 Subject: sal_Bool to bool Change-Id: I3a18222fe21c05edc87e480086be7e4faef3219c --- sw/source/ui/inc/fldmgr.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/source/ui/inc/fldmgr.hxx') diff --git a/sw/source/ui/inc/fldmgr.hxx b/sw/source/ui/inc/fldmgr.hxx index 99e049634438..c42cd34fb221 100644 --- a/sw/source/ui/inc/fldmgr.hxx +++ b/sw/source/ui/inc/fldmgr.hxx @@ -166,7 +166,7 @@ public: sal_Bool bIsTable, const String& rFldName); // organise RefMark with names - sal_Bool CanInsertRefMark( const String& rStr ); + bool CanInsertRefMark( const String& rStr ); // access to field types via ResId @@ -193,13 +193,13 @@ public: static sal_uInt16 GetPos(sal_uInt16 nTypeId); // subtypes to a type - sal_Bool GetSubTypes(sal_uInt16 nId, std::vector& rToFill); + bool GetSubTypes(sal_uInt16 nId, std::vector& rToFill); // format to a type - sal_uInt16 GetFormatCount(sal_uInt16 nTypeId, sal_Bool bIsText, sal_Bool bHtmlMode = sal_False) const; + sal_uInt16 GetFormatCount(sal_uInt16 nTypeId, bool bIsText, sal_Bool bHtmlMode = sal_False) const; String GetFormatStr(sal_uInt16 nTypeId, sal_uLong nFormatId) const; sal_uInt16 GetFormatId(sal_uInt16 nTypeId, sal_uLong nFormatId) const; - sal_uLong GetDefaultFormat(sal_uInt16 nTypeId, sal_Bool bIsText, SvNumberFormatter* pFormatter, double* pVal = 0L); + sal_uLong GetDefaultFormat(sal_uInt16 nTypeId, bool bIsText, SvNumberFormatter* pFormatter, double* pVal = 0L); // turn off evaluation of expression fields for insertation // of many expressino fields (see labels) -- cgit