[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sc/source
Michael Meeks
michael.meeks at collabora.com
Tue Sep 29 09:24:36 PDT 2015
sc/source/ui/view/tabview3.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 064b759c4973d2735155ed71eb534093eae4da25
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
Reviewed-on: https://gerrit.libreoffice.org/18927
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Eike Rathke <erack at redhat.com>
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
More information about the Libreoffice-commits
mailing list