summaryrefslogtreecommitdiff
path: root/sc/inc/segmenttree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/segmenttree.hxx')
-rw-r--r--sc/inc/segmenttree.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/segmenttree.hxx b/sc/inc/segmenttree.hxx
index 8414176d125d..9d772a0b4b46 100644
--- a/sc/inc/segmenttree.hxx
+++ b/sc/inc/segmenttree.hxx
@@ -63,7 +63,7 @@ public:
ScFlatBoolRowSegments const & mrSegs;
};
- ScFlatBoolRowSegments();
+ ScFlatBoolRowSegments(SCROW nMaxRow);
ScFlatBoolRowSegments(const ScFlatBoolRowSegments& r);
~ScFlatBoolRowSegments();
@@ -89,7 +89,7 @@ public:
SCCOL mnCol2;
bool mbValue;
};
- ScFlatBoolColSegments();
+ ScFlatBoolColSegments(SCCOL nMaxCol);
ScFlatBoolColSegments(const ScFlatBoolColSegments& r);
~ScFlatBoolColSegments();
@@ -131,7 +131,7 @@ public:
sal_uInt16 mnCurValue;
};
- ScFlatUInt16RowSegments(sal_uInt16 nDefault);
+ ScFlatUInt16RowSegments(SCROW nMaxRow, sal_uInt16 nDefault);
ScFlatUInt16RowSegments(const ScFlatUInt16RowSegments& r);
~ScFlatUInt16RowSegments();