sc/source/ui/view/tabview3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 064b759c4973d2735155ed71eb534093eae4da25 Author: Michael Meeks <[email protected]> Date: Tue Sep 29 16:05:15 2015 +0100 tdf#93922 - dispose the calc InputHintWindow properly. Change-Id: I5c331380b872429cf1fa3908c6add8de879c9ed2 Reviewed-on: https://gerrit.libreoffice.org/18927 Reviewed-by: Eike Rathke <[email protected]> Tested-by: Eike Rathke <[email protected]> diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx index e7ffbed..ad84f1b 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
