From a2f66db3a603a5f6802504f776727669811c2489 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 12 Nov 2014 10:30:00 +0200 Subject: loplugin: cstylecast Change-Id: Ica3b54a7c331f0179294e2b52aadd884f53d53dc --- sw/inc/edimp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/edimp.hxx') diff --git a/sw/inc/edimp.hxx b/sw/inc/edimp.hxx index ea7f14f7665a..c6e2956fc994 100644 --- a/sw/inc/edimp.hxx +++ b/sw/inc/edimp.hxx @@ -35,7 +35,7 @@ class SwNodeIndex; do { #define FOREACHPAM_END() \ - } while( (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != __pStartCrsr ); \ + } while( (_pStartCrsr=static_cast(_pStartCrsr->GetNext())) != __pStartCrsr ); \ } struct SwPamRange -- cgit