summaryrefslogtreecommitdiff
path: root/pyuno/source/loader
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-24 13:24:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-24 13:24:54 +0000
commit6f957eb2083a9b3af6ecaa92ea918f6289393ed4 (patch)
tree076a1e53e1d5e542e3f8debf72e0c48b2e3d37f0 /pyuno/source/loader
parenta72c46b07717aea0e2b97ea200cde5ccfe43fab2 (diff)
INTEGRATION: CWS systempython2 (1.5.38); FILE MERGED
2005/02/18 08:50:36 cmc 1.5.38.1: #i41994# systempython post pyunofixes1
Diffstat (limited to 'pyuno/source/loader')
-rw-r--r--pyuno/source/loader/pyuno_loader.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyuno/source/loader/pyuno_loader.cxx b/pyuno/source/loader/pyuno_loader.cxx
index b5d7829379d8..fe9c1654ece9 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2003-12-17 18:46:00 $
+ * last change: $Author: vg $ $Date: 2005-02-24 14:24:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -220,9 +220,9 @@ Reference< XInterface > CreateInstance( const Reference< XComponentContext > & c
OUString systemPath;
osl_getSystemPathFromFileURL( fileUrl.pData, &(systemPath.pData) );
bufPYTHONPATH.append( systemPath );
- bufPYTHONPATH.append( (sal_Unicode) SAL_PATHSEPARATOR );
if( nNew == -1 )
break;
+ bufPYTHONPATH.append( (sal_Unicode) SAL_PATHSEPARATOR );
nIndex = nNew + 1;
}
}