From e26dfe3a29eed9982cd8e6e3df4912a6210d09b0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 8 Jul 2016 16:40:53 +0200 Subject: loplugin:redundantcast: redundant static_casts in sw Change-Id: I09c1ebaf5742e983ee05942a4c7c17c6aa5179cc --- sw/source/core/doc/extinput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/core/doc/extinput.cxx') diff --git a/sw/source/core/doc/extinput.cxx b/sw/source/core/doc/extinput.cxx index 8b9b880e5163..2f1cdc7a3e18 100644 --- a/sw/source/core/doc/extinput.cxx +++ b/sw/source/core/doc/extinput.cxx @@ -256,7 +256,7 @@ void SwDoc::DeleteExtTextInput( SwExtTextInput* pDel ) if( pDel == mpExtInputRing ) { if( pDel->GetNext() != mpExtInputRing ) - mpExtInputRing = static_cast(pDel->GetNext()); + mpExtInputRing = pDel->GetNext(); else mpExtInputRing = nullptr; } -- cgit v1.2.3