diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-09-29 16:05:15 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-09-29 16:07:56 +0100 |
commit | 0e163b0db5407a23396e352e96fda1db82dbacf8 (patch) | |
tree | aea8641d250bbe25d058d154454bf8472066b8c4 /sc/source | |
parent | ef0a26835e68deb31906c40cfe48c66674d9d0d1 (diff) |
tdf#93922 - dispose the calc InputHintWindow properly.
Change-Id: I5c331380b872429cf1fa3908c6add8de879c9ed2
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/view/tabview3.cxx | 2 |
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 |