sc/source/ui/view/tabview3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0e163b0db5407a23396e352e96fda1db82dbacf8 Author: Michael Meeks <michael.me...@collabora.com> Date: Tue Sep 29 16:05:15 2015 +0100 tdf#93922 - dispose the calc InputHintWindow properly. Change-Id: I5c331380b872429cf1fa3908c6add8de879c9ed2 diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx index 2cbc080..1b84422 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits