summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-07 17:56:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-07 17:56:57 +0200
commitd0dd41319ff153cc71ac65f7cc6a0abb0e3ca300 (patch)
treed809adf5af00d93885291ffe554088f5246102e4 /formula
parentbf95b81a5d8fd52ea87b72b77ed70543f4f94f31 (diff)
loplugin:vclwidgets ("OutputDevice subclass should have ..."
Change-Id: Id2f6bbfa549fd71258b1d875fef44f1833781a3a
Diffstat (limited to 'formula')
-rw-r--r--formula/source/ui/dlg/formula.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx
index 095be583ab81..89ec83559e0a 100644
--- a/formula/source/ui/dlg/formula.cxx
+++ b/formula/source/ui/dlg/formula.cxx
@@ -1657,7 +1657,7 @@ FormulaModalDialog::FormulaModalDialog( vcl::Window* pParent
SetText(m_pImpl->aTitle1);
}
-FormulaModalDialog::~FormulaModalDialog() {}
+FormulaModalDialog::~FormulaModalDialog() { disposeOnce(); }
void FormulaModalDialog::dispose()
{