summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docnew.cxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-01 19:01:26 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-02 00:37:02 +0100
commit66fc18538b544d62bc51f2fc485cf997433ff990 (patch)
treef206e350a15415be08efdce759a3a08854e809e2 /sw/source/core/doc/docnew.cxx
parentef5051b59270b324968cb91304fb25f622b80329 (diff)
use new typesafer implementation
Change-Id: I2228b2d421987c71e9738e32d138eccab02ea1db
Diffstat (limited to 'sw/source/core/doc/docnew.cxx')
-rw-r--r--sw/source/core/doc/docnew.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index c6d353bd3b10..ced0f2b122f2 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -486,7 +486,7 @@ SwDoc::~SwDoc()
if( mpExtInputRing )
{
- Ring* pTmp = mpExtInputRing;
+ SwPaM* pTmp = mpExtInputRing;
mpExtInputRing = 0;
while( pTmp->GetNext() != pTmp )
delete pTmp->GetNext();