diff options
Diffstat (limited to 'svx/source/sidebar/tools/PopupContainer.cxx')
-rw-r--r-- | svx/source/sidebar/tools/PopupContainer.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/svx/source/sidebar/tools/PopupContainer.cxx b/svx/source/sidebar/tools/PopupContainer.cxx index 675e80fbabf1..efb478dfa764 100644 --- a/svx/source/sidebar/tools/PopupContainer.cxx +++ b/svx/source/sidebar/tools/PopupContainer.cxx @@ -27,16 +27,11 @@ PopupContainer::PopupContainer (vcl::Window* pParent) { } - - - PopupContainer::~PopupContainer() { + disposeOnce(); } - - - bool PopupContainer::Notify (NotifyEvent& rEvent) { if (rEvent.GetType() == MouseNotifyEvent::LOSEFOCUS) |