[Libreoffice-commits] core.git: sw/source

Tor Lillqvist tml at collabora.com
Tue Jan 13 14:34:19 PST 2015


 sw/source/core/doc/doccomp.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 36e31c5b4f39457c1c69c80f4144bfe0399bbe9e
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Jan 14 00:29:12 2015 +0200

    WaE: private field 'nSttLineNum' is not used
    
    Change-Id: I2cd795b0b5a266332b167b263f85d2da891e6dee

diff --git a/sw/source/core/doc/doccomp.cxx b/sw/source/core/doc/doccomp.cxx
index 4a46f78..3b828e5 100644
--- a/sw/source/core/doc/doccomp.cxx
+++ b/sw/source/core/doc/doccomp.cxx
@@ -78,7 +78,6 @@ private:
     sal_uLong NextIdx( const SwNode* pNd );
 
     vector< CompareLine* > aLines;
-    sal_uLong nSttLineNum;
     bool m_bRecordDiff;
 
     // Truncate beginning and end and add all others to the LinesArray
@@ -89,7 +88,7 @@ private:
 public:
     CompareData(SwDoc& rD, bool bRecordDiff)
         : rDoc( rD ), pIndex( 0 ), pChangedFlag( 0 ), pInsRing(0), pDelRing(0)
-        , nSttLineNum( 0 ), m_bRecordDiff(bRecordDiff)
+        , m_bRecordDiff(bRecordDiff)
     {
     }
     virtual ~CompareData();


More information about the Libreoffice-commits mailing list