svx/source/form/fmshimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b6e6c05b11c991757c640a2d46b1d2aa0e50960b Author: Andrea Gelmini <[email protected]> Date: Thu Dec 28 11:33:59 2017 +0100 Fix typo Change-Id: I209c6d62c2e5cfbc6a35da406bc59fc155787ec9 Reviewed-on: https://gerrit.libreoffice.org/47127 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index 4291215c6735..3f72b3a7a1f5 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -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)); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
