ooo-build r14582 - in branches/ooo-build-3-0: . patches/dev300
- From: rengelhard svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14582 - in branches/ooo-build-3-0: . patches/dev300
- Date: Sun, 23 Nov 2008 22:12:15 +0000 (UTC)
Author: rengelhard
Date: Sun Nov 23 22:12:14 2008
New Revision: 14582
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14582&view=rev
Log:
2008-11-23 Rene Engelhard <rene debian org>
* patches/dev300/apply,
patches/dev300/pythonloader-no-DEBUG.diff: add fix from #i90653
Added:
branches/ooo-build-3-0/patches/dev300/pythonloader-no-DEBUG.diff
Modified:
branches/ooo-build-3-0/ChangeLog
branches/ooo-build-3-0/patches/dev300/apply
Modified: branches/ooo-build-3-0/patches/dev300/apply
==============================================================================
--- branches/ooo-build-3-0/patches/dev300/apply (original)
+++ branches/ooo-build-3-0/patches/dev300/apply Sun Nov 23 22:12:14 2008
@@ -534,6 +534,8 @@
scripting-framework-user-path.diff, i#93994
+pythonloader-no-DEBUG.diff, i#90653
+
[ Fixes < dev300-m31 < ooo300-m5 ]
# fixes the realpath buffer size to avoid crash when detecting soffice path
cppuhelper-findsofficepath-realpath-buffer-size.diff, i#93393, pmladek
Added: branches/ooo-build-3-0/patches/dev300/pythonloader-no-DEBUG.diff
==============================================================================
--- (empty file)
+++ branches/ooo-build-3-0/patches/dev300/pythonloader-no-DEBUG.diff Sun Nov 23 22:12:14 2008
@@ -0,0 +1,24 @@
+Index: pythonloader.py
+===================================================================
+RCS file: /cvs/udk/pyuno/source/loader/pythonloader.py,v
+retrieving revision 1.7
+diff -c -r1.7 pythonloader.py
+*** pyuno/source/loader/pythonloader.py 20 May 2008 14:32:42 -0000 1.7
+--- pyuno/source/loader/pythonloader.py 17 Nov 2008 19:59:26 -0000
+***************
+*** 38,44 ****
+ from com.sun.star.lang import XServiceInfo
+
+ MODULE_PROTOCOL = "vnd.openoffice.pymodule:"
+! DEBUG = 1
+
+ g_supportedServices = "com.sun.star.loader.Python", # referenced by the native C++ loader !
+ g_implementationName = "org.openoffice.comp.pyuno.Loader" # referenced by the native C++ loader !
+--- 38,44 ----
+ from com.sun.star.lang import XServiceInfo
+
+ MODULE_PROTOCOL = "vnd.openoffice.pymodule:"
+! DEBUG = 0
+
+ g_supportedServices = "com.sun.star.loader.Python", # referenced by the native C++ loader !
+ g_implementationName = "org.openoffice.comp.pyuno.Loader" # referenced by the native C++ loader !
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]