summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-22 07:48:43 +0200
committerAndras Timar <atimar@suse.com>2011-09-22 07:51:12 +0200
commit687240f4b50ca18adbfeedd4195f13f62f51994a (patch)
tree58d4c1d927823833bc9641e6675b40c65e1e0733 /rsc
parent47a101d766660d2c90d080f4dc8862f17709d60e (diff)
GetBuffer() -> getStr()
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rscibas.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index 4cf1c94fda74..b0114e283123 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();