summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/tools
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-17 21:23:04 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-17 21:23:04 +0100
commita92cea7e6c07f4f122addd324f6f25616443f3ed (patch)
tree60827356a79f2319bb2e8cd9d477bc6b6bc85927 /svx/source/sidebar/tools
parent85b01322b6384ae13818c22659b99bfcc94e06fe (diff)
Windows compilation fixes.
Change-Id: Id04ff9302893654ae1f62db9f5005517c90e5db2
Diffstat (limited to 'svx/source/sidebar/tools')
-rw-r--r--svx/source/sidebar/tools/PopupContainer.cxx6
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)
{