diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-17 21:23:04 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-17 21:23:04 +0100 |
commit | a92cea7e6c07f4f122addd324f6f25616443f3ed (patch) | |
tree | 60827356a79f2319bb2e8cd9d477bc6b6bc85927 /svx/source/sidebar/tools | |
parent | 85b01322b6384ae13818c22659b99bfcc94e06fe (diff) |
Windows compilation fixes.
Change-Id: Id04ff9302893654ae1f62db9f5005517c90e5db2
Diffstat (limited to 'svx/source/sidebar/tools')
-rw-r--r-- | svx/source/sidebar/tools/PopupContainer.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/sidebar/tools/PopupContainer.cxx b/svx/source/sidebar/tools/PopupContainer.cxx index f869c160af75..efb478dfa764 100644 --- a/svx/source/sidebar/tools/PopupContainer.cxx +++ b/svx/source/sidebar/tools/PopupContainer.cxx @@ -27,8 +27,10 @@ PopupContainer::PopupContainer (vcl::Window* pParent) { } - - +PopupContainer::~PopupContainer() +{ + disposeOnce(); +} bool PopupContainer::Notify (NotifyEvent& rEvent) { |