summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/inc/cellsuno.hxx2
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 4e85421dfd7b..fed134e395db 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -247,7 +247,7 @@ public:
ScDocShell* GetDocShell() const { return pDocShell; }
ScDocument* GetDocument() const;
const ScRangeList& GetRangeList() const { return aRanges; }
- void AddRange(const ScRange& rRange, const sal_Bool bMergeRanges);
+ void AddRange(const ScRange& rRange, const bool bMergeRanges);
// arouse object created via service:
void InitInsertRange(ScDocShell* pDocSh, const ScRange& rR);
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index d4c01cc8a262..d97b2b5e971d 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -1706,7 +1706,7 @@ void ScCellRangesBase::InitInsertRange(ScDocShell* pDocSh, const ScRange& rR)
}
}
-void ScCellRangesBase::AddRange(const ScRange& rRange, const sal_Bool bMergeRanges)
+void ScCellRangesBase::AddRange(const ScRange& rRange, const bool bMergeRanges)
{
if (bMergeRanges)
aRanges.Join(rRange);