https://bugs.documentfoundation.org/show_bug.cgi?id=112848

--- Comment #5 from Julien Nabet <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to