summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-09-29 16:05:15 +0100
committerEike Rathke <erack@redhat.com>2015-09-29 16:24:15 +0000
commit064b759c4973d2735155ed71eb534093eae4da25 (patch)
tree333c3b6b33b8bcf41522cde6bdf2e2ace2201118 /sc
parent183129ea128c0eccdb9bc1174c4e3c8a87e78d1f (diff)
tdf#93922 - dispose the calc InputHintWindow properly.
Change-Id: I5c331380b872429cf1fa3908c6add8de879c9ed2 Reviewed-on: https://gerrit.libreoffice.org/18927 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/tabview3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index e7ffbed59dfd..ad84f1be1b67 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -662,7 +662,7 @@ bool ScTabView::HasHintWindow() const
void ScTabView::RemoveHintWindow()
{
- mpInputHintWindow.reset();
+ mpInputHintWindow.disposeAndClear();
}
// find window that should not be over the cursor