diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-03-20 15:00:03 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 13:01:48 +0100 |
commit | d1091fd50adb1c01d1b1393fd662278611f9e7e1 (patch) | |
tree | db279bb0b9641b8e912c55d72ce4a9a7ccb2f4b5 /svx/source/fmcomp/gridcell.cxx | |
parent | 58a43332b3a86db3756e6ad18e31189969c85364 (diff) |
re-insert erroneously converted delete calls.
Change-Id: Iebdf2af3866d884289f6913646106fe3f2d4dde5
Diffstat (limited to 'svx/source/fmcomp/gridcell.cxx')
-rw-r--r-- | svx/source/fmcomp/gridcell.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index 66984dbc86af..403fa39db273 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -643,8 +643,10 @@ DbCellControl::~DbCellControl() { lcl_clearBroadCaster(m_pModelChangeBroadcaster); lcl_clearBroadCaster(m_pFieldChangeBroadcaster); -} + m_pWindow.disposeAndClear(); + m_pPainter.disposeAndClear(); +} void DbCellControl::implValuePropertyChanged( ) { |