loplugin:stringconstant: OUStringBuffer: appendAscii -> append
Change-Id: I324dd37d063ea01fd15152caf2f7565ac4b6fb4e
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user