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

New commits:
commit 65922c2631bf2a0f7be25b0ae97727634f009ce8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Apr 7 12:47:36 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to