summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-08-20 12:17:48 +0000
committerEike Rathke <erack@redhat.com>2015-08-20 12:20:59 +0000
commitf4fb9bec728a5e1ccd8466efa4d60f429478cefa (patch)
tree0adcb5deaab201441c54c44f264dc49520dd5b29 /sc/source/ui/formdlg
parent8cf79b567010ff885da1f6a121a4e9b2ef96fccf (diff)
Revert "tdf#93437: Re-enable input after closing formula wizard"
This reverts commit 808063ebe7d410eb7e370be1f5d8047377137dfb. As seen, the real cause is that ScFormulaReferenceHelper is never destructed because ScFormulaDlg isn't either. Change-Id: I45290ecd7932f4a6e607fc541837a253b8f86acc Reviewed-on: https://gerrit.libreoffice.org/17876 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/formdlg')
-rw-r--r--sc/source/ui/formdlg/formula.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx
index 0f8dccc98476..d6c1b1734220 100644
--- a/sc/source/ui/formdlg/formula.cxx
+++ b/sc/source/ui/formdlg/formula.cxx
@@ -255,7 +255,6 @@ void ScFormulaDlg::dispose()
pScMod->SetRefInputHdl(NULL);
StoreFormEditData(pData);
}
- ScFormulaReferenceHelper::enableInput( true );
formula::FormulaDlg::dispose();
}