[Libreoffice-commits] core.git: svx/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 2 19:03:47 UTC 2019


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

New commits:
commit f32a031e9825350adea28e57eac924161d8de8cb
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Dec 2 14:50:45 2019 +0100
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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.


More information about the Libreoffice-commits mailing list