summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-16 15:30:06 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-09 21:35:14 +0100
commit25edbe68dbc50bc8cf543cd5d4b28184a36d1690 (patch)
tree04c6c815155203022de01116678030a53aa9000e /svx
parent344f939e7d249e7188bc2d668de73c48bb38d4e5 (diff)
vcl: VclPtr conversion in various
Change-Id: Id4f0cc26e4f5bda345f41130c9838fc44312e98e
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 51cb5e191f49..55746fc59607 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -279,7 +279,7 @@ protected:
public:
SvxLineWindow_Impl( sal_uInt16 nId, const Reference< XFrame >& rFrame, vcl::Window* pParentWindow );
virtual ~SvxLineWindow_Impl() { dispose(); }
- virtual void dispose() SAL_OVERRIDE { m_aLineStyleLb.disposeAndClear(); }
+ virtual void dispose() SAL_OVERRIDE { m_aLineStyleLb.disposeAndClear(); SfxPopupWindow::dispose(); }
virtual SfxPopupWindow* Clone() const SAL_OVERRIDE;
};