summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/eddel.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-18 12:55:42 +0200
committerNoel Grandin <noel@peralex.com>2014-11-19 13:19:37 +0200
commiteb41a2ba205c6ac88e959f39bf0c45d2ee674150 (patch)
tree853b998ba60030224ca20a06d15ee22ffcf7d091 /sw/source/core/edit/eddel.cxx
parent137886bb081c4d0e12677f2d8de96a9bf4ddad16 (diff)
loplugin: cstylecast
Change-Id: I322c6f9cd106a0ac3ad5c67dd0d49660b608e079
Diffstat (limited to 'sw/source/core/edit/eddel.cxx')
-rw-r--r--sw/source/core/edit/eddel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/eddel.cxx b/sw/source/core/edit/eddel.cxx
index e925ae1bbbbc..3e4f06d0f5b2 100644
--- a/sw/source/core/edit/eddel.cxx
+++ b/sw/source/core/edit/eddel.cxx
@@ -272,7 +272,7 @@ long SwEditShell::Copy( SwEditShell* pDestShell )
== pCmp->GetCntntNode(false), "Mark in wrong Node" );
bool bTst = *pCmp->GetPoint() == *pCmp->GetMark();
(void) bTst;
- } while( pDestShell->GetCrsr() != ( pCmp = (SwPaM*)pCmp->GetNext() ) );
+ } while( pDestShell->GetCrsr() != ( pCmp = static_cast<SwPaM*>(pCmp->GetNext()) ) );
}
#endif