[Libreoffice-commits] .: rsc/source

Andras Timar timar at kemper.freedesktop.org
Wed Sep 21 22:51:50 PDT 2011


 rsc/source/parser/rscibas.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 687240f4b50ca18adbfeedd4195f13f62f51994a
Author: Andras Timar <atimar at suse.com>
Date:   Thu Sep 22 07:48:43 2011 +0200

    GetBuffer() -> getStr()

diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index 4cf1c94..b0114e2 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -126,7 +126,7 @@ void RscLangEnum::Init( RscNameTable& rNames )
             if ( ! GetLangId( aLang ))
                 ULong_Iso_map[ aLang ] = mnLangId;
 #if OSL_DEBUG_LEVEL > 2
-            fprintf( stderr, "ISO Language out: %s 0x%lx", aLang.GetBuffer(), mnLangId );
+            fprintf( stderr, "ISO Language out: %s 0x%lx", aLang.getStr(), mnLangId );
 #endif
             mnLangId++;
             aLang = aLang + csep + aCountry.toAsciiUpperCase();


More information about the Libreoffice-commits mailing list