summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-28 22:49:34 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-28 22:50:14 -0400
commit175dc9fcc6252177e03486952e867c7bd1f8e9de (patch)
tree0ddda15b2ad527093426da244df9ee70e8b119cc /editeng
parent87d554e97332f418d570d69391c3f2bf95e8cbab (diff)
pRightPortion no longer used.
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit2.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index d7d1fa22c21b..661d2c15d72e 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -2275,10 +2275,7 @@ EditPaM ImpEditEngine::ImpConnectParagraphs( ContentNode* pLeft, ContentNode* pR
// First search for Portions since pRight is gone after ConnectParagraphs.
ParaPortion* pLeftPortion = FindParaPortion( pLeft );
- ParaPortion* pRightPortion = FindParaPortion( pRight );
OSL_ENSURE( pLeftPortion, "Blind Portion in ImpConnectParagraphs(1)" );
- OSL_ENSURE( pRightPortion, "Blind Portion in ImpConnectParagraphs(2)" );
- OSL_ENSURE( nParagraphTobeDeleted == GetParaPortions().GetPos( pRightPortion ), "NodePos != PortionPos?" );
if ( GetStatus().DoOnlineSpelling() )
{