diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-05-07 16:24:23 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-05-07 16:27:56 +0100 |
commit | da49275807c8cf1dd7362a531f321f9f756e82d1 (patch) | |
tree | 9bceb4040d567d623744638d4eabb87b31dba357 /include | |
parent | 6fd3e560900873ba773b6e90f5ab9b01b35a8eae (diff) |
tdf#90935 - function wizard crash fix.
Change-Id: I1344e194f8fd5d2c0ffff4e8b075564df32706a8
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/formula.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx index 1426404c038b..07720d4622ac 100644 --- a/include/formula/formula.hxx +++ b/include/formula/formula.hxx @@ -57,6 +57,7 @@ public: ,IFunctionManager* _pFunctionMgr ,IControlReferenceHandler* _pDlg = NULL ); virtual ~FormulaModalDialog(); + virtual void dispose() SAL_OVERRIDE; private: ::std::unique_ptr<FormulaDlg_Impl> m_pImpl; |