svx/source/form/fmshimp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f32a031e9825350adea28e57eac924161d8de8cb
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Dec 2 14:50:45 2019 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Dec 2 20:02:45 2019 +0100

    Fix typo
    
    Change-Id: I2e6a60da6b4ad1eb5789cb29658dfa3e54dda9dd
    Reviewed-on: https://gerrit.libreoffice.org/84228
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 833fc55ff230..dc436a2aec7c 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -2303,7 +2303,7 @@ IMPL_LINK(FmXFormShell, OnSearchContextRequest_Lock, 
FmSearchContext&, rfmscCont
     // small problem: To mark found fields, I need SdrObjects. To determine 
which controls
     // to include in the search, I need Controls (that is, XControl 
interfaces). So I have
     // to iterate over one of them and get the other in some way. 
Unfortunately, there is
-    // no direct connexion between the two worlds (except from a GetUnoControl 
to a
+    // no direct connection between the two worlds (except from a 
GetUnoControl to a
     // SdrUnoObject, but this requires an OutputDevice I can not do anything 
with.
     // However I can get to the Model from the Control and also from the 
SdrObject, and in
     // this way the assignment SdrObject<->Control is possible with a double 
loop.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to