sc/source/ui/condformat/condformatdlgentry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f2cce815d17ecab4a9440d3cae2064db60fa5d2c Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Dec 4 20:24:01 2012 +0100 also workaround strange crash with ref edit field for formula condition Change-Id: I96a08b04215fdb22af5e1d2b21512544ebcc0f3a diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index fe2d0e3..96c9bda 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits