diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/methods.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |