diff options
Diffstat (limited to 'svx/source/svdraw/textchaincursor.cxx')
-rw-r--r-- | svx/source/svdraw/textchaincursor.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/svdraw/textchaincursor.cxx b/svx/source/svdraw/textchaincursor.cxx index 4f944f4342f6..3480481daad3 100644 --- a/svx/source/svdraw/textchaincursor.cxx +++ b/svx/source/svdraw/textchaincursor.cxx @@ -190,13 +190,6 @@ void TextChainCursorManager::impChangeEditingTextObj(SdrTextObj *pTargetTextObj, { assert(pTargetTextObj); - // To ensure that we check for overflow in the next box // This is handled in SdrTextObj::EndTextEdit - SdrTextObj *pNextLink = mpTextObj->GetNextLinkInChain(); - TextChain *pTextChain = mpTextObj->GetTextChain(); - // If we are moving forward - if (pNextLink && pTargetTextObj == pNextLink) - pTextChain->SetPendingOverflowCheck(pNextLink, true); - mpEditView->SdrEndTextEdit(); mpEditView->SdrBeginTextEdit(pTargetTextObj); // OutlinerView has changed, so we update the pointer |