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