basic/source/runtime/methods.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 65922c2631bf2a0f7be25b0ae97727634f009ce8
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Sun Apr 7 12:47:36 2019 +0000
Commit:     Julien Nabet <[email protected]>
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 <[email protected]>

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 )
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to