[Libreoffice-commits] core.git: sc/source

Michael Meeks michael.meeks at collabora.com
Tue Sep 29 07:57:37 PDT 2015


 sc/source/ui/view/tabview3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e163b0db5407a23396e352e96fda1db82dbacf8
Author: Michael Meeks <michael.meeks at 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


More information about the Libreoffice-commits mailing list