summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/core/data/table1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
index f884dc3c80c3..feac2964b94e 100644
--- a/sc/source/core/data/table1.cxx
+++ b/sc/source/core/data/table1.cxx
@@ -199,7 +199,7 @@ bool SetOptimalHeightsToRows(
if (nLast)
{
ScFlatUInt16RowSegments::RangeData aRangeData;
- rCxt.getHeightArray().getRangeData(nInner, aRangeData);
+ (void)rCxt.getHeightArray().getRangeData(nInner, aRangeData);
if (aRangeData.mnValue + nExtraHeight == nLast)
{
nRngEnd = std::min<SCSIZE>(i + nMoreRows, aRangeData.mnRow2);