Kaydet (Commit) 3f598742 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Fix indentation.

Change-Id: I260649aca445e03c52423d8f0a63eb4681d2a876
üst af7f6edd
......@@ -1843,9 +1843,9 @@ FormulaToken* FormulaCompiler::CreateStringFromToken( OUStringBuffer& rBuffer, F
}
}
if (!bMapped && !mxSymbols->isEnglish())
LocalizeString( aAddIn );
rBuffer.append( aAddIn);
}
LocalizeString( aAddIn );
rBuffer.append( aAddIn);
}
break;
case svError:
AppendErrorConstant( rBuffer, t->GetError());
......
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