summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview5.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-07 16:55:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-08-08 14:29:08 +0100
commitd07184581894740f08bdcaa4c06f39ed32b73874 (patch)
tree1a25801af5a550c3373a5a806448d170e9fa81e3 /sc/source/ui/view/tabview5.cxx
parent0ccf1e3bab080a74c4aea96dd3bb9ad29aac81e4 (diff)
Related: tdf#92530 turn the HintWindow into an Overlay
Change-Id: I4cde152cfb4a3ec4127442a6ced9a80ef6235c8f
Diffstat (limited to 'sc/source/ui/view/tabview5.cxx')
-rw-r--r--sc/source/ui/view/tabview5.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index ee9c6fde29e0..6a7b796a2362 100644
--- a/sc/source/ui/view/tabview5.cxx
+++ b/sc/source/ui/view/tabview5.cxx
@@ -35,7 +35,6 @@
#include "tabsplit.hxx"
#include "colrowba.hxx"
#include "tabcont.hxx"
-#include "hintwin.hxx"
#include "sc.hrc"
#include "pagedata.hxx"
#include "hiranges.hxx"
@@ -176,8 +175,7 @@ ScTabView::~ScTabView()
delete pSelEngine;
- // Delete this before the grid windows, since it's a child window of one of them.
- mpInputHintWindow.disposeAndClear();
+ mxInputHintOO.reset();
for (i=0; i<4; i++)
pGridWin[i].disposeAndClear();