[Libreoffice-commits] core.git: svx/source
Andrea Gelmini
andrea.gelmini at gelma.net
Thu Dec 28 11:59:46 UTC 2017
svx/source/form/fmshimp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b6e6c05b11c991757c640a2d46b1d2aa0e50960b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
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 <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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));
More information about the Libreoffice-commits
mailing list