Kaydet (Commit) f932f119 authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Miklos Vajna

Related: tdf#92392 clear some more vclptrs on dispose

Change-Id: I91b8d082ff19328e35e2f1c2a02838d96224dc9c
(cherry picked from commit 8e20a253)
Reviewed-on: https://gerrit.libreoffice.org/16831Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
Tested-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst 7991c1ca
......@@ -83,6 +83,11 @@ void ScFormulaReferenceHelper::dispose()
pInputHdl->ResetDelayTimer(); // stop the timer for disabling the input line
pAccel.reset();
mpOldEditParent.clear();
m_pWindow.clear();
pRefBtn.clear();
pRefEdit.clear();
}
void ScFormulaReferenceHelper::enableInput( bool bEnable )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment