summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2011-01-05 11:52:05 +0100
committerNiklas Nebel <nn@openoffice.org>2011-01-05 11:52:05 +0100
commitb0f45e6621cf12555b716345b11d16d0c264d150 (patch)
tree9d28fa0d10c321d7ec4cc2b9e3b49c67add988ab /sc
parentdc1685728a142b05bb2c7d97b6d6577f6f35ae8a (diff)
calc64: remove a warning
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/table2.cxx1
1 files changed, 0 insertions, 1 deletions
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<long>(mpRowHeights->getSumValue(nStartRow, nEndRow));