summaryrefslogtreecommitdiff
path: root/padmin/source/helper.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-09-03 12:33:01 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-09-03 12:33:01 +0000
commitcbb750ccf705da3c93a091495505f384e03f5f55 (patch)
tree3bd32a39a330c0f03b6491801468ef26d05103be /padmin/source/helper.cxx
parent02a3b6f7b53a80b99c05854a534ba72bbc2fd411 (diff)
#96930# do not use gsl_getSystemTextEncoding anymore
Diffstat (limited to 'padmin/source/helper.cxx')
-rw-r--r--padmin/source/helper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx
index 1dd13a9e9dd5..2138d6fedb4c 100644
--- a/padmin/source/helper.cxx
+++ b/padmin/source/helper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: helper.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: pl $ $Date: 2002-09-03 13:23:11 $
+ * last change: $Author: pl $ $Date: 2002-09-03 13:33:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -288,7 +288,7 @@ Config& padmin::getPadminRC()
if( ! pRC )
{
static const char* pEnv = getenv( "HOME" );
- String aFileName( pEnv ? pEnv : "", gsl_getSystemTextEncoding() );
+ String aFileName( pEnv ? pEnv : "", osl_getThreadTextEncoding() );
aFileName.AppendAscii( "/.padminrc" );
pRC = new Config( aFileName );
}