diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2003-05-24 22:20:00 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2003-05-24 22:20:00 +0000 |
commit | e9c652edc29391e465fd639284ae4f901c15d9b9 (patch) | |
tree | d659b1fb2492b960a15216b019b4828e3230a18a /pyuno/source/loader | |
parent | f1dab1d5612500ea7bc7a94e26f436e78995c67c (diff) |
7439PYTHONLOADERLIBDIR can now be replaced by 7439ORIGIN, removed
Diffstat (limited to 'pyuno/source/loader')
-rw-r--r-- | pyuno/source/loader/pyuno_loader.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pyuno/source/loader/pyuno_loader.cxx b/pyuno/source/loader/pyuno_loader.cxx index be9c81991055..935634733357 100644 --- a/pyuno/source/loader/pyuno_loader.cxx +++ b/pyuno/source/loader/pyuno_loader.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pyuno_loader.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2003-04-06 17:15:16 $ + * last change: $Author: jbu $ $Date: 2003-05-24 23:20:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -160,8 +160,6 @@ static OUString getLibDir() if( osl::Module::getUrlFromAddress( reinterpret_cast<void*>(getLibDir) , libDir ) ) { libDir = OUString( libDir.getStr(), libDir.lastIndexOf('/' ) ); - OUString name ( RTL_CONSTASCII_USTRINGPARAM( "PYTHONLOADERLIBDIR" ) ); - rtl_bootstrap_set( name.pData, libDir.pData ); } pLibDir = &libDir; } |