[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sd/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Nov 27 04:17:38 UTC 2018
sd/source/core/sdpage.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 1658770eb9c023484846994a26c3be31deee24d8
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Oct 31 13:55:35 2018 +0200
Commit: Aron Budea <aron.budea at collabora.com>
CommitDate: Tue Nov 27 05:17:17 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.grandin at collabora.co.uk>
(cherry picked from commit ef9bfdfe4f4ef75ca65547face0db09af7352314)
Reviewed-on: https://gerrit.libreoffice.org/64082
Reviewed-by: Aron Budea <aron.budea at collabora.com>
Tested-by: Aron Budea <aron.budea at collabora.com>
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 9479976ac74e..f8808e789fa0 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -2143,8 +2143,6 @@ SdrObject* convertPresentationObjectImpl(SdPage& rPage, SdrObject* pSourceObj, P
if (pSubtitleSheet)
pOutlParaObj->ChangeStyleSheetName(SD_STYLE_FAMILY_MASTERPAGE, pSubtitleSheet->GetName(), pSheet->GetName());
}
-
- pNewObj->StartListening(*pSheet);
}
}
More information about the Libreoffice-commits
mailing list