diff options
author | Noel Grandin <noel@peralex.com> | 2014-01-17 14:20:33 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-01-20 13:13:51 +0200 |
commit | f8e5ba4f514487ddc8fa1b42f6d536d00728ddf7 (patch) | |
tree | a940aa7c59af6257ce6c2cfa1013cec8f6e9fae5 /sc/inc | |
parent | 2b015cd8adaca8345cc520eff369b5429c1bed37 (diff) |
sal_Bool->bool
Change-Id: I7c60759d199da6b0d1494cf31e1577808e618627
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/cellsuno.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index fed134e395db..1f89aa614cc1 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -830,7 +830,7 @@ private: private: OUString GetInputString_Impl(bool bEnglish) const; OUString GetOutputString_Impl() const; - void SetString_Impl(const OUString& rString, sal_Bool bInterpret, sal_Bool bEnglish); + void SetString_Impl(const OUString& rString, bool bInterpret, bool bEnglish); double GetValue_Impl() const; void SetValue_Impl(double fValue); com::sun::star::table::CellContentType GetResultType_Impl(); @@ -1371,7 +1371,7 @@ private: ScRangeList aRanges; ScAddress aPos; ScMarkData* pMark; - sal_Bool bAtEnd; + bool bAtEnd; private: void Advance_Impl(); @@ -1454,8 +1454,8 @@ private: SCTAB nTab; ScAttrRectIterator* pIter; ScRange aNext; - sal_Bool bAtEnd; - sal_Bool bDirty; + bool bAtEnd; + bool bDirty; private: void Advance_Impl(); |