diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/oleprops.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/oleprops.hxx b/sfx2/source/doc/oleprops.hxx index 85337322eb40..b725cea5e3fb 100644 --- a/sfx2/source/doc/oleprops.hxx +++ b/sfx2/source/doc/oleprops.hxx @@ -108,7 +108,7 @@ class SfxOleTextEncoding { public: inline explicit SfxOleTextEncoding() : - mxTextEnc( new rtl_TextEncoding( gsl_getSystemTextEncoding() ) ) {} + mxTextEnc( new rtl_TextEncoding( osl_getThreadTextEncoding() ) ) {} inline explicit SfxOleTextEncoding( rtl_TextEncoding eTextEnc ) : mxTextEnc( new rtl_TextEncoding( eTextEnc ) ) {} inline explicit SfxOleTextEncoding( sal_Int16 nCodePage ) : |