From ceb06a8f0906dd9bd7aa69b121a050eb4dcc861e Mon Sep 17 00:00:00 2001 From: Ricardo Montania Date: Wed, 10 Oct 2012 12:06:14 -0300 Subject: [PATCH] 766 gerrit patch, fix appendAscii in bastype2.cxx Change-Id: I4409d1b0585a8c52cba14d1e67ccf776c6070c8a Reviewed-on: https://gerrit.libreoffice.org/854 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- basctl/source/basicide/bastype2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basctl/source/basicide/bastype2.cxx b/basctl/source/basicide/bastype2.cxx index db208138ed90..8ef1a92fe785 100644 --- a/basctl/source/basicide/bastype2.cxx +++ b/basctl/source/basicide/bastype2.cxx @@ -480,7 +480,7 @@ void TreeListBox::ImpCreateLibSubSubEntriesInVBAMode( SvLBoxEntry* pLibSubRootEn ModuleInfoHelper::getObjectName( xLib, aModName, sObjName ); if( !sObjName.isEmpty() ) { - aEntryNameBuf.appendAscii( " (" ); + aEntryNameBuf.append( " (" ); aEntryNameBuf.append(sObjName); aEntryNameBuf.append(')'); }