diff options
-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 |