loplugin:vclwidgets ("OutputDevice subclass should have ..."

Change-Id: Id2f6bbfa549fd71258b1d875fef44f1833781a3a
This commit is contained in:
Stephan Bergmann
2015-05-07 17:56:33 +02:00
parent bf95b81a5d
commit d0dd41319f

View File

@@ -1657,7 +1657,7 @@ FormulaModalDialog::FormulaModalDialog( vcl::Window* pParent
SetText(m_pImpl->aTitle1);
}
FormulaModalDialog::~FormulaModalDialog() {}
FormulaModalDialog::~FormulaModalDialog() { disposeOnce(); }
void FormulaModalDialog::dispose()
{