sd/source/core/sdpage.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ef9bfdfe4f4ef75ca65547face0db09af7352314
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Wed Oct 31 13:55:35 2018 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu Nov 1 06:43:58 2018 +0100

    tdf#120920 Assertion failure when switching slide layouts with text entered
    
    no need to call StartListening here, has already been done inside
    SdPage::CreatePresObj
    
    Change-Id: I590e51f7afeb336d562d3ad9ccc123f542897aae
    Reviewed-on: https://gerrit.libreoffice.org/62689
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index dd593036321c..841ac6868884 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -2113,8 +2113,6 @@ static SdrObject* convertPresentationObjectImpl(SdPage& 
rPage, SdrObject* pSourc
                         if (pSubtitleSheet)
                             
pOutlParaObj->ChangeStyleSheetName(SfxStyleFamily::Page, 
pSubtitleSheet->GetName(), pSheet->GetName());
                     }
-
-                    pNewObj->StartListening(*pSheet);
                 }
             }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to