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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Dec 5 07:41:36 UTC 2018


 basic/source/runtime/runtime.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f4e5cdcc283275be6cf75e24c2502a4ad39cf0fd
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Dec 2 00:09:23 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Dec 5 08:41:11 2018 +0100

    Fix typo
    
    Change-Id: I0345811912003e308054df426e533ac7c3866284
    Reviewed-on: https://gerrit.libreoffice.org/64416
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index f111c65fdb52..c8d3ccbd5699 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -1891,7 +1891,7 @@ void SbiRuntime::StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar, b
 
         // lhs is a property who's value is currently (Empty e.g. no broadcast yet)
         // in this case if there is a default prop involved the value of the
-        // default property may infact be void so the type will also be SbxEMPTY
+        // default property may in fact be void so the type will also be SbxEMPTY
         // in this case we do not want to call checkUnoStructCopy 'cause that will
         // cause an error also
         if ( !checkUnoStructCopy( bHandleDefaultProp, refVal, refVar ) )


More information about the Libreoffice-commits mailing list