Change-Id: I209c6d62c2e5cfbc6a35da406bc59fc155787ec9
Reviewed-on: https://gerrit.libreoffice.org/47127
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2017-12-28 11:33:59 +01:00
committed by Julien Nabet
parent b918316621
commit b6e6c05b11

View File

@@ -3500,7 +3500,7 @@ void FmXFormShell::CreateExternalView_Lock()
m_xExternalDisplayedForm = xForm;
// do this before dispatching the "attach" command, as the attach may result in a call to our queryDispatch (for the FormSlots)
// whichs needs the m_xExternalDisplayedForm
// which needs the m_xExternalDisplayedForm
xAttachDispatch->dispatch(aAttachURL, Sequence< PropertyValue>(&aArg, 1));