summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/impedit2.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-30 13:16:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-30 13:16:29 +0000
commitdb86706d338cf26e918d883b28e1f6c31c866e36 (patch)
tree04293c67e11f5394b232946c3469f0b1f035e8b1 /svx/source/editeng/impedit2.cxx
parentINTEGRATION: CWS impress150 (1.115.2); FILE MERGED (diff)
downloadcore-db86706d338cf26e918d883b28e1f6c31c866e36.tar.gz
core-db86706d338cf26e918d883b28e1f6c31c866e36.zip
INTEGRATION: CWS impress150 (1.122.28); FILE MERGED
2008/07/21 14:47:33 cl 1.122.28.1: #i91807# create correct undo actions when combining paragraphs
Diffstat (limited to 'svx/source/editeng/impedit2.cxx')
-rw-r--r--svx/source/editeng/impedit2.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/source/editeng/impedit2.cxx b/svx/source/editeng/impedit2.cxx
index e7c7a258c22d..7487d36259ac 100644
--- a/svx/source/editeng/impedit2.cxx
+++ b/svx/source/editeng/impedit2.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: impedit2.cxx,v $
- * $Revision: 1.122 $
+ * $Revision: 1.123 $
*
* This file is part of OpenOffice.org.
*
@@ -2162,6 +2162,8 @@ EditPaM ImpEditEngine::ImpConnectParagraphs( ContentNode* pLeft, ContentNode* pR
DeletedNodeInfo* pInf = new DeletedNodeInfo( (ULONG)pRight, nParagraphTobeDeleted );
aDeletedNodes.Insert( pInf, aDeletedNodes.Count() );
+ GetEditEnginePtr()->ParagraphConnected( aEditDoc.GetPos( pLeft ), aEditDoc.GetPos( pRight ) );
+
#ifndef SVX_LIGHT
if ( IsUndoEnabled() && !IsInUndo() )
{