766 gerrit patch, fix appendAscii in bastype2.cxx
Change-Id: I4409d1b0585a8c52cba14d1e67ccf776c6070c8a Reviewed-on: https://gerrit.libreoffice.org/854 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
This commit is contained in:
parent
0b876ce56c
commit
ceb06a8f09
@ -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(')');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user