https://bugs.documentfoundation.org/show_bug.cgi?id=105002

--- Comment #5 from Alex Kempshall <[email protected]> ---
The following might help Jan-Marek

A)
If in step 17 instead of pressing the "Next >>" Button the "Finish" button is
pressed, the dialog will close successfully. This third call of the Wizard, in
this current session, won't crash. This procedure has to be repeated each time
there's a successful merge and the Wizard is restarted in the current session.

B)
Remove this code in sw/source/ui/dbui/mailmergewizard.cxx !!!!!!!

    if (m_xConfigItem->GetTargetView())
    {
        //close the dialog, remove the target view, show the source view
        m_nRestartPage = _nState;
        //set ResultSet back to start
        m_xConfigItem->MoveResultSet(1);
        EndDialog(RET_REMOVE_TARGET);
        return;
    }

Alex

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

Reply via email to