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

Caolán McNamara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.4.0.3 release             |Inherited From OOo

--- Comment #11 from Caolán McNamara <[email protected]> ---
I can make it not crash by changing NewXForms from

SfxViewFrame::DisplayNewDocument( *xDocSh, rReq );

to 

SfxViewFrame* pViewFrame = SfxViewFrame::DisplayNewDocument( *xDocSh, rReq );
if (pViewFrame)
    pViewFrame->GetFrame().Appear();

but then the XML Form Document will appear for a moment

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to