diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-07 13:46:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-07 19:48:00 +0100 |
commit | 8e20a25319e16d2f74e18696480556bc841a1679 (patch) | |
tree | ba546fe3162eb12ed62d62564224777a6cac1837 /sc/source/ui/miscdlgs | |
parent | 5f216c82ab5fbab44ab55a5127d0be7d4a2da8e3 (diff) |
Related: tdf#92392 clear some more vclptrs on dispose
Change-Id: I91b8d082ff19328e35e2f1c2a02838d96224dc9c
Diffstat (limited to 'sc/source/ui/miscdlgs')
-rw-r--r-- | sc/source/ui/miscdlgs/anyrefdg.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/miscdlgs/anyrefdg.cxx b/sc/source/ui/miscdlgs/anyrefdg.cxx index 3fcc9662c557..c56cf72dd096 100644 --- a/sc/source/ui/miscdlgs/anyrefdg.cxx +++ b/sc/source/ui/miscdlgs/anyrefdg.cxx @@ -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 ) |