summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui/dlg/Formula.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-26 13:14:14 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-09 21:38:43 +0100
commit074ef56bb08795bbf85082eab7907dc7f93d48b7 (patch)
tree66ec50b94b2b3d4747809a79860a7fc28884edee /reportdesign/source/ui/dlg/Formula.cxx
parentvcl: VclPtr conversion in fpicker (diff)
downloadcore-074ef56bb08795bbf85082eab7907dc7f93d48b7.tar.gz
core-074ef56bb08795bbf85082eab7907dc7f93d48b7.zip
vcl: VclPtr conversion in reportdesign
Change-Id: Iadbd90bfe2cdf6afff3d745ac488036c3d031963
Diffstat (limited to 'reportdesign/source/ui/dlg/Formula.cxx')
-rw-r--r--reportdesign/source/ui/dlg/Formula.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/reportdesign/source/ui/dlg/Formula.cxx b/reportdesign/source/ui/dlg/Formula.cxx
index 4d7746303d45..b1bac300709c 100644
--- a/reportdesign/source/ui/dlg/Formula.cxx
+++ b/reportdesign/source/ui/dlg/Formula.cxx
@@ -87,6 +87,11 @@ void FormulaDialog::fill()
FormulaDialog::~FormulaDialog()
{
+ dispose();
+}
+
+void FormulaDialog::dispose()
+{
if ( m_pAddField )
{
SvtViewOptions aDlgOpt( E_WINDOW, OUString( HID_RPT_FIELD_SEL_WIN ) );
@@ -97,6 +102,7 @@ FormulaDialog::~FormulaDialog()
}
StoreFormEditData( m_pFormulaData );
+ formula::FormulaModalDialog::dispose();
}