loplugin:stringconstant: OUStringBuffer: appendAscii -> append

Change-Id: I816d2205dcd01d4566054da33439e943a3c6348b
This commit is contained in:
Stephan Bergmann
2015-08-31 08:00:15 +02:00
parent 38d0db29bb
commit 6afc1202ae

View File

@@ -139,7 +139,7 @@ namespace treeview {
} }
OUStringBuffer strBuff( 22 + len + id.getLength() ); OUStringBuffer strBuff( 22 + len + id.getLength() );
strBuff.appendAscii( strBuff.append(
"vnd.sun.star.help://" "vnd.sun.star.help://"
).append(id); ).append(id);