[Libreoffice-commits] .: Branch 'libreoffice-3-4' - pyuno/source
Noel Power
noelp at kemper.freedesktop.org
Wed Aug 10 07:46:26 PDT 2011
pyuno/source/loader/pyuno_loader.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 4ba6b44300c6911cf5275cb4b4a773507c4e7146
Author: Noel Power <noel.power at novell.com>
Date: Wed Aug 10 15:44:57 2011 +0100
delete unintentional stray osl_trace
was part of commit id f0015760532314442babddcc90e4ed60767c7946
diff --git a/pyuno/source/loader/pyuno_loader.cxx b/pyuno/source/loader/pyuno_loader.cxx
index 59afa0f..3de627b 100644
--- a/pyuno/source/loader/pyuno_loader.cxx
+++ b/pyuno/source/loader/pyuno_loader.cxx
@@ -192,7 +192,6 @@ Reference< XInterface > CreateInstance( const Reference< XComponentContext > & c
sPath = rtl::OUStringBuffer(sPath).
append(static_cast<sal_Unicode>(SAL_PATHSEPARATOR)).
append(sBrandLocation).makeStringAndClear();
- osl_trace("***** adding python related path %s", rtl::OUStringToOString( sPath, RTL_TEXTENCODING_UTF8 ).getStr() );
osl_setEnvironment(sEnvName.pData, sPath.pData);
#endif
More information about the Libreoffice-commits
mailing list