[Libreoffice-commits] core.git: basic/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 8 05:34:59 UTC 2019
basic/source/runtime/methods.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 65922c2631bf2a0f7be25b0ae97727634f009ce8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 7 12:47:36 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Apr 8 07:34:36 2019 +0200
Fix typo
Change-Id: I7b9802f224b497004df8cce7abd2bb8e52c79128
Reviewed-on: https://gerrit.libreoffice.org/70395
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 3a6bbc2715a5..6ff4a23a2500 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -225,7 +225,7 @@ void SbRtl_Error(StarBASIC * pBasic, SbxArray & rPar, bool)
StarBASIC::MakeErrorText( nErr, aErrorMsg );
tmpErrMsg = StarBASIC::GetErrorText();
}
- // If this rtlfunc 'Error' passed a errcode the same as the active Err Objects's
+ // If this rtlfunc 'Error' passed an errcode the same as the active Err Objects's
// current err then return the description for the error message if it is set
// ( complicated isn't it ? )
if ( bVBA && rPar.Count() > 1 )
More information about the Libreoffice-commits
mailing list