summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui/dlg/Condition.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-10 10:44:13 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 10:46:01 +0100
commitc0a802b59e1edddeb0b621e15137f5058299efd7 (patch)
tree48203cffcd51d1d2747bb2384608907d73b69670 /reportdesign/source/ui/dlg/Condition.cxx
parentvclwidget: change all vcl::window fields to be wrapped in VclPtr (diff)
downloadcore-c0a802b59e1edddeb0b621e15137f5058299efd7.tar.gz
core-c0a802b59e1edddeb0b621e15137f5058299efd7.zip
Audit and correct misc. clears -> disposeAndClears.
Anything that used to be 'delete'd should be disposeAndCleared() in the new world.
Diffstat (limited to 'reportdesign/source/ui/dlg/Condition.cxx')
-rw-r--r--reportdesign/source/ui/dlg/Condition.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/dlg/Condition.cxx b/reportdesign/source/ui/dlg/Condition.cxx
index 2da233a22696..bc60825e71ab 100644
--- a/reportdesign/source/ui/dlg/Condition.cxx
+++ b/reportdesign/source/ui/dlg/Condition.cxx
@@ -330,7 +330,7 @@ void Condition::dispose()
m_pMoveDown.clear();
m_pAddCondition.clear();
m_pRemoveCondition.clear();
- m_pColorFloat.clear();
+ m_pColorFloat.disposeAndClear();
VclHBox::dispose();
}