Kaydet (Commit) c42d2165 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant: OUStringBuffer: appendAscii -> append

Change-Id: I324dd37d063ea01fd15152caf2f7565ac4b6fb4e
üst e9b75064
...@@ -1815,7 +1815,7 @@ const FormulaToken* FormulaCompiler::CreateStringFromToken( OUStringBuffer& rBuf ...@@ -1815,7 +1815,7 @@ const FormulaToken* FormulaCompiler::CreateStringFromToken( OUStringBuffer& rBuf
} }
} }
if (bIntersectionOp) if (bIntersectionOp)
rBuffer.appendAscii( "!!"); rBuffer.append( "!!");
else else
{ {
// most times it's just one blank // most times it's just one blank
......
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