From cabf650ad000d3f98ca1075a67838d2a0992ed02 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Feb 2014 12:35:10 +0200 Subject: sal_Bool->bool Change-Id: I3589b3fb44ad57140567338809513b3df7c7eba5 --- include/formula/formulahelper.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include') diff --git a/include/formula/formulahelper.hxx b/include/formula/formulahelper.hxx index 84dbcfdd9000..3985f6896601 100644 --- a/include/formula/formulahelper.hxx +++ b/include/formula/formulahelper.hxx @@ -46,15 +46,15 @@ namespace formula inline const CharClass* GetCharClass() const { return m_pCharClass; } - sal_Bool GetNextFunc( const OUString& rFormula, - sal_Bool bBack, - sal_Int32& rFStart, // Ein- und Ausgabe - sal_Int32* pFEnd = NULL, - const IFunctionDescription** ppFDesc = NULL, - ::std::vector< OUString>* pArgs = NULL ) const; + bool GetNextFunc( const OUString& rFormula, + bool bBack, + sal_Int32& rFStart, // Ein- und Ausgabe + sal_Int32* pFEnd = NULL, + const IFunctionDescription** ppFDesc = NULL, + ::std::vector< OUString>* pArgs = NULL ) const; sal_Int32 GetFunctionStart( const OUString& rFormula, sal_Int32 nStart, - sal_Bool bBack, OUString* pFuncName = NULL ) const; + bool bBack, OUString* pFuncName = NULL ) const; sal_Int32 GetFunctionEnd ( const OUString& rFormula, sal_Int32 nStart ) const; -- cgit