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

Eike Rathke erack at redhat.com
Thu Aug 20 05:21:24 PDT 2015


 sc/source/ui/formdlg/formula.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f4fb9bec728a5e1ccd8466efa4d60f429478cefa
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Aug 20 12:17:48 2015 +0000

    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 at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx
index 0f8dccc..d6c1b17 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();
 }
 


More information about the Libreoffice-commits mailing list