[Libreoffice-commits] core.git: formula/source

Stephan Bergmann sbergman at redhat.com
Thu May 7 08:57:35 PDT 2015


 formula/source/ui/dlg/formula.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d0dd41319ff153cc71ac65f7cc6a0abb0e3ca300
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu May 7 17:56:33 2015 +0200

    loplugin:vclwidgets ("OutputDevice subclass should have ..."
    
    Change-Id: Id2f6bbfa549fd71258b1d875fef44f1833781a3a

diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx
index 095be58..89ec835 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()
 {


More information about the Libreoffice-commits mailing list