summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-04 18:04:56 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-04 18:26:57 +0100
commit967331ef6a2765b7021bf835ce85f783257a936c (patch)
tree224581a96dfc24d8f74bb1d70229409391a64410 /sw
parentf10086d664f0890c79323f6a76181c7196259a37 (diff)
WaE: unused var
Change-Id: I4ba8632e8804f7fcc3511d01b28df1728e212ced
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/crsr/crsrsh.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index dc66cddd87b1..5dd77abb9bb0 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -2555,7 +2555,6 @@ void SwCrsrShell::ParkCrsr( const SwNodeIndex &rIdx )
pNew->GetPoint()->nNode = *pNode->EndOfSectionNode();
// take care of all shells
- SwViewShell *pTmp = this;
for(SwViewShell& rTmp : GetRingContainer())
{
if( rTmp.IsA( TYPE( SwCrsrShell )))