ooo-build r14580 - in trunk: . patches/dev300



Author: rengelhard
Date: Sun Nov 23 22:07:57 2008
New Revision: 14580
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14580&view=rev

Log:
indent

Added:
   trunk/patches/dev300/pythonloader-no-DEBUG.diff
Modified:
   trunk/ChangeLog
   trunk/patches/dev300/apply

Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply	(original)
+++ trunk/patches/dev300/apply	Sun Nov 23 22:07:57 2008
@@ -564,6 +564,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: trunk/patches/dev300/pythonloader-no-DEBUG.diff
==============================================================================
--- (empty file)
+++ trunk/patches/dev300/pythonloader-no-DEBUG.diff	Sun Nov 23 22:07:57 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]