summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/extinput.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/extinput.cxx')
-rw-r--r--sw/source/core/doc/extinput.cxx2
1 files changed, 1 insertions, 1 deletions
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<SwPaM*>(pDel->GetNext());
+ mpExtInputRing = pDel->GetNext();
else
mpExtInputRing = nullptr;
}