wizards/source/scriptforge/SF_Exception.xba | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 90978b99efe65b5edc2ee29d67e6d0ffc7eed3f3 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Dec 6 15:49:32 2020 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Dec 7 19:43:12 2020 +0100 Fix typo Change-Id: Ie6559dc9691741e7daa224aa876a48b60519d469 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107314 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/scriptforge/SF_Exception.xba b/wizards/source/scriptforge/SF_Exception.xba index a8e3067d57f5..a7dc6b418304 100644 --- a/wizards/source/scriptforge/SF_Exception.xba +++ b/wizards/source/scriptforge/SF_Exception.xba @@ -567,7 +567,7 @@ Public Sub RaiseAbort(Optional ByVal Source As Variant) ''' Source: the line where the error occurred Dim sLocation As String ' Common header in error messages: location of error -Dim vLocation As Variant ' Splitted array (library, module, method) +Dim vLocation As Variant ' Split array (library, module, method) Dim sMessage As String ' Error message to log and to display Dim L10N As Object ' Alias to Interface Const cstTabSize = 4 @@ -631,7 +631,7 @@ Public Sub RaiseFatal(Optional ByVal ErrorCode As Variant _ ''' pvArgs: the arguments to insert in the error message Dim sLocation As String ' Common header in error messages: location of error -Dim vLocation As Variant ' Splitted array (library, module, method) +Dim vLocation As Variant ' Split array (library, module, method) Dim sMessage As String ' Message to log and display Dim L10N As Object ' Alias of Interface Dim sAlt As String ' Alternative error messages @@ -1104,4 +1104,4 @@ Private Function _Repr() As String End Function ' ScriptForge.SF_Exception._Repr REM ============================================ END OF SCRIPTFORGE.SF_EXCEPTION -</script:module> \ No newline at end of file +</script:module> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits