From b0f45e6621cf12555b716345b11d16d0c264d150 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Wed, 5 Jan 2011 11:52:05 +0100 Subject: calc64: remove a warning --- sc/source/core/data/table2.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc') diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx index 1b2674531895..1762b904d536 100644 --- a/sc/source/core/data/table2.cxx +++ b/sc/source/core/data/table2.cxx @@ -2717,7 +2717,6 @@ void ScTable::ShowRows(SCROW nRow1, SCROW nRow2, bool bShow) BOOL bChanged = ( bWasVis != bShow ); if ( bChanged && bHasObjects ) { - ScDrawLayer* pDrawLayer = pDocument->GetDrawLayer(); if (pDrawLayer) { long nHeight = static_cast(mpRowHeights->getSumValue(nStartRow, nEndRow)); -- cgit