From 2a6aa95a7af11eb091dfa9494cd810998b2e324d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 26 May 2015 17:33:52 +0100 Subject: Resolves: tdf#91542 crash on pressing return in sidebar line popup Change-Id: I661a51f84827326dfc33a11a02f8065d68e8333a --- include/svx/sidebar/Popup.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/svx/sidebar/Popup.hxx b/include/svx/sidebar/Popup.hxx index 4fd74d14db8a..ebd91bb9fa90 100644 --- a/include/svx/sidebar/Popup.hxx +++ b/include/svx/sidebar/Popup.hxx @@ -75,6 +75,8 @@ public : */ void SetPopupModeEndHandler (const ::boost::function& rCallback); + void dispose(); + protected: VclPtr mxControl; -- cgit