diff options
author | David Tardon <dtardon@redhat.com> | 2011-11-24 12:06:54 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-11-25 09:07:49 +0100 |
commit | fba911fea7b87e332b8db9e511b875feedbcb59c (patch) | |
tree | 55e119a74d03fe61c4c7181dd295ed8cfa3d2427 /tools | |
parent | 20c8eb409e2b48d57f392c146f7414bab3551664 (diff) |
gsl_getSystemTextEncoding -> osl_getThreadTextEncoding
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/string.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/inc/tools/string.hxx b/tools/inc/tools/string.hxx index 11716ffb9c26..527062d8fd18 100644 --- a/tools/inc/tools/string.hxx +++ b/tools/inc/tools/string.hxx @@ -80,13 +80,6 @@ typedef rtl_TextEncoding CharSet; #endif // ENUM_CHARSET_DECLARED -inline rtl_TextEncoding gsl_getSystemTextEncoding() -{ - return osl_getThreadTextEncoding(); -} - -// ----------------------------------------------------------------------- - // ----------- // - LineEnd - // ----------- |