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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Apr 7 06:05:12 UTC 2019


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

New commits:
commit 1a0250c6b80fca5806fb4150725450bed1941c67
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 4 19:21:36 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 7 08:04:52 2019 +0200

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

diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index cdff9edfc162..36b4afbb28f7 100644
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -1114,7 +1114,7 @@ void SbModule::Run( SbMethod* pMeth )
                 pRt->pNext->unblock();
 
             // #63710 It can happen by an another thread handling at events,
-            // that the show call returns to an dialog (by closing the
+            // that the show call returns to a dialog (by closing the
             // dialog per UI), before a by an event triggered further call returned,
             // which stands in Basic more top in the stack and that had been run on
             // a  Basic-Breakpoint. Then would the instance below destroyed. And if the Basic,


More information about the Libreoffice-commits mailing list