[Libreoffice-commits] core.git: Branch 'private/kohei/calc-data-stream' - sc/source

Stephan Bergmann sbergman at redhat.com
Wed Dec 18 09:59:06 PST 2013


 sc/source/ui/docshell/datastream.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 51fc4e2d51e5650771236ceee7bb906f1efbe7d5
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Dec 18 18:34:19 2013 +0100

    -Werror,-Wunused-private-field
    
    Change-Id: I6db1082fa4797c312268d2768d9573f2e3a0f427

diff --git a/sc/source/ui/docshell/datastream.cxx b/sc/source/ui/docshell/datastream.cxx
index 1bb9cd6..9121d48 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 ) :


More information about the Libreoffice-commits mailing list