[Libreoffice-bugs] [Bug 112848] Assert when clicking on report wizard or design view ( enable-dbgutil)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Oct 2 20:41:21 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=112848
--- Comment #5 from Julien Nabet <serval2412 at yahoo.fr> ---
grepping call to StartListening in reportdesign and compare with EndListening,
I noticed this too:
117 OXUndoEnvironment::OXUndoEnvironment(OReportModel& _rModel)
118 :m_pImpl(new OXUndoEnvironmentImpl(_rModel) )
119 {
120 StartListening(m_pImpl->m_rModel);
121 }
122
123
124 OXUndoEnvironment::~OXUndoEnvironment()
125 {
126 }
(see
https://opengrok.libreoffice.org/xref/core/reportdesign/source/core/sdr/UndoEnv.cxx#117)
shouldn't we add EndListening in destructor (to have a symetric behavior)?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171002/349e8253/attachment.html>
More information about the Libreoffice-bugs
mailing list