Kaydet (Commit) 6afc1202 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant: OUStringBuffer: appendAscii -> append

Change-Id: I816d2205dcd01d4566054da33439e943a3c6348b
üst 38d0db29
......@@ -139,7 +139,7 @@ namespace treeview {
}
OUStringBuffer strBuff( 22 + len + id.getLength() );
strBuff.appendAscii(
strBuff.append(
"vnd.sun.star.help://"
).append(id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment