From cdcdeb933448e3519f1b3245f9f8428c941380b7 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 8 May 2014 03:03:19 +0200 Subject: fix another crash on exit Change-Id: I580d17b16760516b73ac9f882fd8f9707ce6337b --- sc/source/ui/inc/gridwin.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/source/ui/inc/gridwin.hxx') diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx index 5170e2567b0d..0a019357a5de 100644 --- a/sc/source/ui/inc/gridwin.hxx +++ b/sc/source/ui/inc/gridwin.hxx @@ -415,6 +415,7 @@ public: * Takes ownership of the window */ void AddChildWindow(Window* pChildWindow); + void DeleteChildWindow(Window* pChildWindow); protected: // #114409# -- cgit