summaryrefslogtreecommitdiffstats
path: root/rsc/source/res/rscrange.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-10 22:38:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-12 09:38:59 +0000
commit8a418586ea319f7ca7394e5412501fb8faed8142 (patch)
tree2590d0648b7010bded35d175e0fbf3ad8cae166b /rsc/source/res/rscrange.cxx
parentde-ICC this for maximum readability (diff)
downloadcore-8a418586ea319f7ca7394e5412501fb8faed8142.tar.gz
core-8a418586ea319f7ca7394e5412501fb8faed8142.zip
ByteString->rtl::OString
Diffstat (limited to 'rsc/source/res/rscrange.cxx')
-rw-r--r--rsc/source/res/rscrange.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/res/rscrange.cxx b/rsc/source/res/rscrange.cxx
index e78011b901b7..72a56c114110 100644
--- a/rsc/source/res/rscrange.cxx
+++ b/rsc/source/res/rscrange.cxx
@@ -558,7 +558,7 @@ ERRTYPE RscIdRange::GetRef( const RSCINST & rInst, RscId * pRscId ){
void RscIdRange::WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont *, sal_uInt32, const char * )
{
- fprintf( fOutput, "%s", ((RscId *)rInst.pData)->GetName().GetBuffer() );
+ fprintf( fOutput, "%s", ((RscId *)rInst.pData)->GetName().getStr() );
}
/*************************************************************************