summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-05-14 01:36:33 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-05-14 09:20:03 +0000
commit844b7287a4ccd8e3d5e458bb1dc6c52e71322b01 (patch)
tree50e9cd9a5056c3bdd34412523c2e5a1f6b33ce18 /include/formula
parent5dfae3f6e39f6a39e04754fe8abb3f711581f75e (diff)
tdf#91273: Crash when closing formula wizard (cancel or ok)
warn:legacy.osl:3927:1:vcl/source/window/window.cxx:271: Window ( 7VclVBox ()) with live children destroyed: N7formula7ParaWinE () I took example from http://cgit.freedesktop.org/libreoffice/core/commit/?id=da49275807c8cf1dd7362a531f321f9f756e82d1 + test existence of m_pImpl for FormulaDlg::PreNotify Change-Id: I580aa7be79e1743fc528fd414a0ae581c0cb0c87 Reviewed-on: https://gerrit.libreoffice.org/15726 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/formula.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx
index 07720d4622ac..658e532c1957 100644
--- a/include/formula/formula.hxx
+++ b/include/formula/formula.hxx
@@ -97,6 +97,7 @@ public:
, IFunctionManager* _pFunctionMgr
, IControlReferenceHandler* _pDlg = NULL );
virtual ~FormulaDlg();
+ virtual void dispose() SAL_OVERRIDE;
private:
::std::unique_ptr<FormulaDlg_Impl> m_pImpl;