diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-18 18:34:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-18 18:34:19 +0100 |
commit | e23951b81fcff0d135eec7ff82116d2327021e76 (patch) | |
tree | a77ba9f96ebeb0497143e4aa8fbca0f201e58e6e /sc/source | |
parent | 4175118929c2483ad80d822b90eb2e82bb20813a (diff) |
-Werror,-Wunused-private-field
Change-Id: I6db1082fa4797c312268d2768d9573f2e3a0f427
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/docshell/datastream.cxx | 3 |
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 ) : |