summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/doubleref.cxx
diff options
context:
space:
mode:
authorEd Dean <topround@gmail.com>2011-01-17 11:49:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-17 11:49:56 +0000
commitc8f158e7afe19b5964dd752a95b2c74d3c12f4f0 (patch)
tree49fe0f49d7e2885aa45b39cc129fb8a5733e47b5 /sc/source/core/tool/doubleref.cxx
parent132d88f8c87c103d0c4c0aebbba960bcb8d7994b (diff)
removal of dead code
Diffstat (limited to 'sc/source/core/tool/doubleref.cxx')
-rw-r--r--sc/source/core/tool/doubleref.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/core/tool/doubleref.cxx b/sc/source/core/tool/doubleref.cxx
index a547041b4ce2..a7b709894b05 100644
--- a/sc/source/core/tool/doubleref.cxx
+++ b/sc/source/core/tool/doubleref.cxx
@@ -178,10 +178,6 @@ bool lcl_createExcelQuery(
if (bValid)
{
-// ULONG nVisible = 0;
-// for ( nCol=nCol1; nCol<=nCol2; nCol++ )
-// nVisible += aCol[nCol].VisibleCount( nRow1+1, nRow2 );
-
// Count the number of visible cells (excluding the header row). Each
// visible cell corresponds with a single query.
SCSIZE nVisible = pQueryRef->getVisibleDataCellCount();