summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/cellsuno.hxx8
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();