summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2003-05-24 22:20:00 +0000
committerJörg Budischewski <jbu@openoffice.org>2003-05-24 22:20:00 +0000
commite9c652edc29391e465fd639284ae4f901c15d9b9 (patch)
treed659b1fb2492b960a15216b019b4828e3230a18a /pyuno
parentf1dab1d5612500ea7bc7a94e26f436e78995c67c (diff)
7439PYTHONLOADERLIBDIR can now be replaced by 7439ORIGIN, removed
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/loader/pyuno_loader.cxx6
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;
}