From fba911fea7b87e332b8db9e511b875feedbcb59c Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 24 Nov 2011 12:06:54 +0100 Subject: gsl_getSystemTextEncoding -> osl_getThreadTextEncoding --- vcl/ios/source/app/salinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/ios') diff --git a/vcl/ios/source/app/salinst.cxx b/vcl/ios/source/app/salinst.cxx index e91e34fa1e78..6089052221ac 100644 --- a/vcl/ios/source/app/salinst.cxx +++ b/vcl/ios/source/app/salinst.cxx @@ -148,7 +148,7 @@ void SalAbort( const XubString& rErrorText, bool bDumpCore ) fprintf( stderr, "Application Error " ); else fprintf( stderr, "%s ", - ByteString( rErrorText, gsl_getSystemTextEncoding() ).GetBuffer() ); + ByteString( rErrorText, osl_getThreadTextEncoding() ).GetBuffer() ); if( bDumpCore ) abort(); else -- cgit