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

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Thu Dec 4 09:27:19 PST 2014


 sw/source/core/crsr/crsrsh.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 967331ef6a2765b7021bf835ce85f783257a936c
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Thu Dec 4 18:04:56 2014 +0100

    WaE: unused var
    
    Change-Id: I4ba8632e8804f7fcc3511d01b28df1728e212ced

diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index dc66cdd..5dd77ab 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 )))


More information about the Libreoffice-commits mailing list