https://bugs.freedesktop.org/show_bug.cgi?id=57500

--- Comment #2 from Julien Nabet <[email protected]> ---
Created attachment 70535
  --> https://bugs.freedesktop.org/attachment.cgi?id=70535&action=edit
bt with symbols + console logs

On pc Debian x86-64 with master sources updated today (commit
a4f0c2696b1b32a9a233d377c28570135c29b5a1), I reproduced the problem.

    215 IMPL_LINK_NOARG(ScCondFormatManagerDlg, EditBtnHdl)
    216 {
    217     ScConditionalFormat* pFormat = maCtrlManager.GetSelection();
    218 
    219     if(!pFormat)
    220         return 0;
    221 
    222     boost::scoped_ptr<ScCondFormatDlg> pDlg;//(new
ScCondFormatDlg(this, mpDoc, pFormat, pFormat->GetRange(),
    223                                               // 
pFormat->GetRange().GetTopLeftCorner(), condformat::dialog::NONE));
    224     if(pDlg->Execute() == RET_OK)
    225     {

pDlg isn't initialized here (since commit
ffadab26d62a24f3a142c497669db5a933ba1251 I suppose)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to