From 6eae30f631ec9b0f2b1415c06f4c36a3d6e13055 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Tue, 30 Jul 2019 15:51:58 +0200 Subject: tdf#126605: Do not end TextEdit when changing an attribute MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit otherwise, pTextEditOutlinerView becomes nullptr in svx/source/svdraw/svdedxv.cxx:2184 Regression from e6c7a018a0cfee395ce2886d41c908a2447ef5cc Change-Id: I9d0645f637dc92b50d01682d119c0db60238e921 Reviewed-on: https://gerrit.libreoffice.org/76606 Tested-by: Jenkins Reviewed-by: Xisco FaulĂ­ --- svx/source/svdraw/svdedtv1.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'svx') diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx index 44c4b2fe5201..b75099094576 100644 --- a/svx/source/svdraw/svdedtv1.cxx +++ b/svx/source/svdraw/svdedtv1.cxx @@ -765,8 +765,6 @@ void SdrEditView::SetNotPersistAttrToMarked(const SfxItemSet& rAttr) } const bool bUndo = IsUndoEnabled(); - if( bUndo ) - EndTextEditAllViews(); // TODO: check if WhichRange is necessary. const size_t nMarkCount=GetMarkedObjectCount(); -- cgit