summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-31 13:55:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-01 06:43:58 +0100
commitef9bfdfe4f4ef75ca65547face0db09af7352314 (patch)
tree0f342028bde023071b7a94f0991ad5a62685375f /sd
parent485ec8e14306352f44056bcb644bb4cacdb6490a (diff)
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@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/sdpage.cxx2
1 files changed, 0 insertions, 2 deletions
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);
}
}