summaryrefslogtreecommitdiff
path: root/svx
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
commit16da2684bbffb65fd789082d2f99df9103a4fbc9 (patch)
treeadb20dac0bd9993b90b5e3461b4a6d4bba89e63f /svx
parenta464cb34cf4b86d4ed7c306d1a291684e321ba35 (diff)
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')
-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 44e46a1980..6411ac4af0 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() )
{