[Libreoffice-commits] core.git: basctl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Aug 25 16:33:28 UTC 2018
basctl/source/basicide/baside2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 621611f648641861301819c55ed9c468f370cf82
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 25 15:53:54 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Aug 25 18:33:08 2018 +0200
Fix typo
Change-Id: I7cef050ea84607118bacfe25acc83bc164668379
Reviewed-on: https://gerrit.libreoffice.org/59594
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index 706c602eb124..7518a7b4a67e 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -496,7 +496,7 @@ void ModulWindow::ImportDialog()
void ModulWindow::ToggleBreakPoint( sal_uLong nLine )
{
- DBG_ASSERT( XModule().is(), "No Modul!" );
+ DBG_ASSERT( XModule().is(), "No Module!" );
if ( XModule().is() )
{
More information about the Libreoffice-commits
mailing list