loplugin:stringconstant: handle OStringBuffer::append

Change-Id: I283da52c0ee2b63c19e31e9a61ab24997c037a6a
This commit is contained in:
Stephan Bergmann
2017-01-11 16:39:20 +01:00
parent e316c4f2a4
commit 584262fed1
7 changed files with 139 additions and 44 deletions

View File

@ -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());