From e23951b81fcff0d135eec7ff82116d2327021e76 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 18 Dec 2013 18:34:19 +0100 Subject: -Werror,-Wunused-private-field Change-Id: I6db1082fa4797c312268d2768d9573f2e3a0f427 --- sc/source/ui/docshell/datastream.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/source') 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 ) : -- cgit