summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-03 19:15:52 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-04 01:10:05 +0100
commite2583ed3168460d5e2bb89dd7fe5a7ddb7c41ccd (patch)
treeca01854f9f443592c07cae019f244ed2baebb821 /sw
parent82944c9f3093a2cb7eda382ef54615c3b7bd8f54 (diff)
unnecessary cast
Change-Id: I9b0ac0ba1b3dce2d37dd514a75523ddcbbaa0111
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/basflt/shellio.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/basflt/shellio.cxx b/sw/source/filter/basflt/shellio.cxx
index 1163f61dee70..06b370892528 100644
--- a/sw/source/filter/basflt/shellio.cxx
+++ b/sw/source/filter/basflt/shellio.cxx
@@ -315,7 +315,7 @@ sal_uLong SwReader::Read( const Reader& rOptions )
delete pUndoPam;
- pPam = static_cast<SwPaM *>( pPam->GetNext());
+ pPam = pPam->GetNext();
if( pPam == pEnd )
break;