diff options
Diffstat (limited to 'basic/source/comp')
-rw-r--r-- | basic/source/comp/codegen.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx index fc234dfa1579..7cc715f7fa8e 100644 --- a/basic/source/comp/codegen.cxx +++ b/basic/source/comp/codegen.cxx @@ -212,7 +212,7 @@ void SbiCodeGen::Save() { aIfaceProcName.append(aPropPrefix); } - aIfaceProcName.append(aPureProcName.copy( rIfaceName.getLength() + 1 )); + aIfaceProcName.appendCopy(aPureProcName, rIfaceName.getLength() + 1 ); aIfaceName = rIfaceName; nPassCount = 2; break; |