summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-09-29 16:05:15 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-09-29 16:07:56 +0100
commit0e163b0db5407a23396e352e96fda1db82dbacf8 (patch)
treeaea8641d250bbe25d058d154454bf8472066b8c4
parentef0a26835e68deb31906c40cfe48c66674d9d0d1 (diff)
tdf#93922 - dispose the calc InputHintWindow properly.
Change-Id: I5c331380b872429cf1fa3908c6add8de879c9ed2
-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 2cbc0803661c..1b84422768e5 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -666,7 +666,7 @@ bool ScTabView::HasHintWindow() const
void ScTabView::RemoveHintWindow()
{
- mpInputHintWindow.reset();
+ mpInputHintWindow.disposeAndClear();
}
// find window that should not be over the cursor