[Libreoffice-commits] .: basctl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Oct 12 07:50:37 PDT 2012


 basctl/source/basicide/bastype2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ceb06a8f0906dd9bd7aa69b121a050eb4dcc861e
Author: Ricardo Montania <ricardo at linuxafundo.com.br>
Date:   Wed Oct 10 12:06:14 2012 -0300

    766 gerrit patch, fix appendAscii in bastype2.cxx
    
    Change-Id: I4409d1b0585a8c52cba14d1e67ccf776c6070c8a
    Reviewed-on: https://gerrit.libreoffice.org/854
    Reviewed-by: Olivier Hallot <olivier.hallot at alta.org.br>
    Tested-by: Olivier Hallot <olivier.hallot at alta.org.br>

diff --git a/basctl/source/basicide/bastype2.cxx b/basctl/source/basicide/bastype2.cxx
index db20813..8ef1a92 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(')');
                 }


More information about the Libreoffice-commits mailing list