diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-12-06 15:49:32 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-12-07 19:43:12 +0100 |
commit | 90978b99efe65b5edc2ee29d67e6d0ffc7eed3f3 (patch) | |
tree | c7170fce0c0a70783f42ada4ee1e76ead14487d7 /wizards | |
parent | 7c0f1d9b3be1832667c781fbdde541cdb51f4715 (diff) |
Fix typo
Change-Id: Ie6559dc9691741e7daa224aa876a48b60519d469
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107314
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/SF_Exception.xba | 6 |
1 files changed, 3 insertions, 3 deletions
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> |