summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-01-14 00:29:12 +0200
committerTor Lillqvist <tml@collabora.com>2015-01-14 00:33:42 +0200
commit36e31c5b4f39457c1c69c80f4144bfe0399bbe9e (patch)
tree99a959393e77594c992cf38d886d4bc8552e45b3 /sw
parentbbba311d55484389bc8e3677d01b8cb4fa5644d6 (diff)
WaE: private field 'nSttLineNum' is not used
Change-Id: I2cd795b0b5a266332b167b263f85d2da891e6dee
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/doccomp.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/doc/doccomp.cxx b/sw/source/core/doc/doccomp.cxx
index 4a46f7891f00..3b828e51103b 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();