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 --- sw/inc/shellio.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/shellio.hxx') diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index d915bb2a26fa..56cd0635f4f6 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -97,7 +97,7 @@ public: { sFont.Erase(); eCRLF_Flag = GetSystemLineEnd(); - eCharSet = ::gsl_getSystemTextEncoding(); + eCharSet = ::osl_getThreadTextEncoding(); nLanguage = 0; } // for the automatic conversion (mail/news/...) -- cgit