Kaydet (Commit) 4a88cba2 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I7db23f84a3de4772b38c9538704f501a9169ce09
Reviewed-on: https://gerrit.libreoffice.org/71267Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 2751e4b8
...@@ -4130,7 +4130,7 @@ void SbiRuntime::StepCALLC( sal_uInt32 nOp1, sal_uInt32 nOp2 ) ...@@ -4130,7 +4130,7 @@ void SbiRuntime::StepCALLC( sal_uInt32 nOp1, sal_uInt32 nOp2 )
void SbiRuntime::StepSTMNT( sal_uInt32 nOp1, sal_uInt32 nOp2 ) void SbiRuntime::StepSTMNT( sal_uInt32 nOp1, sal_uInt32 nOp2 )
{ {
// If the Expr-Stack at the beginning of a statement constains a variable, // If the Expr-Stack at the beginning of a statement contains a variable,
// some fool has called X as a function, although it's a variable! // some fool has called X as a function, although it's a variable!
bool bFatalExpr = false; bool bFatalExpr = false;
OUString sUnknownMethodName; OUString sUnknownMethodName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment