summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-18 12:35:10 +0200
committerNoel Grandin <noel@peralex.com>2014-02-19 13:04:57 +0200
commitcabf650ad000d3f98ca1075a67838d2a0992ed02 (patch)
tree99e81d2d8d9054f75bb9dca7b01c9f33fdaf28e4 /include/formula
parentae2f7da4f958da474da7a10edbce71e26400a891 (diff)
sal_Bool->bool
Change-Id: I3589b3fb44ad57140567338809513b3df7c7eba5
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/formulahelper.hxx14
1 files changed, 7 insertions, 7 deletions
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;