From d0dd41319ff153cc71ac65f7cc6a0abb0e3ca300 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 7 May 2015 17:56:33 +0200 Subject: [PATCH] loplugin:vclwidgets ("OutputDevice subclass should have ..." Change-Id: Id2f6bbfa549fd71258b1d875fef44f1833781a3a --- formula/source/ui/dlg/formula.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {