forked from amazingfate/loongoffice
loplugin:stringconstant: handle OStringBuffer::append
Change-Id: I283da52c0ee2b63c19e31e9a61ab24997c037a6a
This commit is contained in:
@ -99,7 +99,7 @@ OString createFileNameFromType( const OString& destination,
|
||||
fileNameBuf.append(destination.getStr(), destination.getLength());
|
||||
|
||||
if (bWithSeparator)
|
||||
fileNameBuf.append("/", 1);
|
||||
fileNameBuf.append("/");
|
||||
|
||||
fileNameBuf.append(type.getStr(), type.getLength());
|
||||
fileNameBuf.append(postfix.getStr(), postfix.getLength());
|
||||
|
||||
Reference in New Issue
Block a user