summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/docshell/datastream.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/docshell/datastream.cxx b/sc/source/ui/docshell/datastream.cxx
index 1bb9cd647dff..9121d488e631 100644
--- a/sc/source/ui/docshell/datastream.cxx
+++ b/sc/source/ui/docshell/datastream.cxx
@@ -443,10 +443,7 @@ class CSVHandler
{
DocumentStreamAccess& mrDoc;
ScAddress maPos;
- SCROW mnRow;
- SCCOL mnCol;
SCCOL mnEndCol;
- SCTAB mnTab;
public:
CSVHandler( DocumentStreamAccess& rDoc, const ScAddress& rPos, SCCOL nEndCol ) :