ooo-build r14583 - in branches/debian-2-4-1: . patches/src680
- From: rengelhard svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14583 - in branches/debian-2-4-1: . patches/src680
- Date: Sun, 23 Nov 2008 23:07:09 +0000 (UTC)
Author: rengelhard
Date: Sun Nov 23 23:07:09 2008
New Revision: 14583
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14583&view=rev
Log:
2008-11-24  Rene Engelhard  <rene debian org>
        * patches/dev300/apply,
          patches/dev300/pythonloader-no-DEBUG.diff: add fix from #i90653
Added:
   branches/debian-2-4-1/patches/src680/pythonloader-no-DEBUG.diff
Modified:
   branches/debian-2-4-1/ChangeLog
   branches/debian-2-4-1/patches/src680/apply
Modified: branches/debian-2-4-1/patches/src680/apply
==============================================================================
--- branches/debian-2-4-1/patches/src680/apply	(original)
+++ branches/debian-2-4-1/patches/src680/apply	Sun Nov 23 23:07:09 2008
@@ -532,6 +532,8 @@
 math-draw-generic-name.diff, i#93909, rengelha
 math-draw-generic-name-localize.diff, i#93909, rengelha
 
+pythonloader-no-DEBUG.diff, i#9065
+
 [ Fixes > ooh680-m15 ]
 
 # init all members in svx's line geometry creator
Added: branches/debian-2-4-1/patches/src680/pythonloader-no-DEBUG.diff
==============================================================================
--- (empty file)
+++ branches/debian-2-4-1/patches/src680/pythonloader-no-DEBUG.diff	Sun Nov 23 23:07:09 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]