diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-28 11:33:59 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-28 12:59:20 +0100 |
commit | b6e6c05b11c991757c640a2d46b1d2aa0e50960b (patch) | |
tree | 4738deefd0ba71413a438535feca5c3963ecc087 /svx | |
parent | b9183166214c0f461b6fefb34bbf4a57ea878bdf (diff) |
Fix typo
Change-Id: I209c6d62c2e5cfbc6a35da406bc59fc155787ec9
Reviewed-on: https://gerrit.libreoffice.org/47127
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmshimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |