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

also workaround strange crash with ref edit field for formula condition

Change-Id: I96a08b04215fdb22af5e1d2b21512544ebcc0f3a
üst 0990da10
...@@ -500,7 +500,7 @@ ScFormulaFrmtEntry::ScFormulaFrmtEntry( Window* pParent, ScDocument* pDoc, const ...@@ -500,7 +500,7 @@ ScFormulaFrmtEntry::ScFormulaFrmtEntry( Window* pParent, ScDocument* pDoc, const
maFtStyle( this, ScResId( FT_STYLE ) ), maFtStyle( this, ScResId( FT_STYLE ) ),
maLbStyle( this, ScResId( LB_STYLE ) ), maLbStyle( this, ScResId( LB_STYLE ) ),
maWdPreview( this, ScResId( WD_PREVIEW ) ), maWdPreview( this, ScResId( WD_PREVIEW ) ),
maEdFormula( this, static_cast<ScAnyRefDlg*>(pParent->GetParent()), ScResId( ED_FORMULA ) ) maEdFormula( this, NULL, ScResId( ED_FORMULA ) )
{ {
Init(); 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