summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-04 19:21:36 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-07 08:04:52 +0200
commit1a0250c6b80fca5806fb4150725450bed1941c67 (patch)
treebb9d90f7b4479b148992f915e4e6aea2506dd467 /basic
parentFix typo (diff)
downloadcore-1a0250c6b80fca5806fb4150725450bed1941c67.tar.gz
core-1a0250c6b80fca5806fb4150725450bed1941c67.zip
Fix typo
Change-Id: I27f9b30f76b6bbd255a346c00d64e2499e7f3b5e Reviewed-on: https://gerrit.libreoffice.org/70360 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/classes/sbxmod.cxx2
1 files changed, 1 insertions, 1 deletions
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,