Kaydet (Commit) 20972abf authored tarafından Markus Mohrhard's avatar Markus Mohrhard

also workaround strange crash with ref edit field for formula condition

Change-Id: I96a08b04215fdb22af5e1d2b21512544ebcc0f3a
üst c9f8c5dc
......@@ -500,7 +500,7 @@ ScFormulaFrmtEntry::ScFormulaFrmtEntry( Window* pParent, ScDocument* pDoc, const
maFtStyle( this, ScResId( FT_STYLE ) ),
maLbStyle( this, ScResId( LB_STYLE ) ),
maWdPreview( this, ScResId( WD_PREVIEW ) ),
maEdFormula( this, static_cast<ScAnyRefDlg*>(pParent->GetParent()), ScResId( ED_FORMULA ) )
maEdFormula( this, NULL, ScResId( ED_FORMULA ) )
{
Init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment