ooo-build r11399 - in trunk: . patches/src680



Author: tml
Date: Thu Jan 24 11:53:26 2008
New Revision: 11399
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11399&view=rev

Log:
2008-01-24  Tor Lillqvist  <tml novell com>

	* patches/src680/sc-excform8-wntmsci-miscompilation.diff: New
	patch. Compile the file sc/source/filter/excel/excform8.cxx
	without optimization. Seems to help bug n#355304, although
	probably the fact that turning off optimization for this file
	makes the crash go away is just a coincidence, and the real bug is
	something deeper.

	* patches/src680/apply: Add it to Fixes.



Added:
   trunk/patches/src680/sc-excform8-wntmsci-miscompilation.diff
Modified:
   trunk/ChangeLog
   trunk/patches/src680/apply

Modified: trunk/patches/src680/apply
==============================================================================
--- trunk/patches/src680/apply	(original)
+++ trunk/patches/src680/apply	Thu Jan 24 11:53:26 2008
@@ -2080,3 +2080,6 @@
 sw-field-patch.diff, flr, n#248354
 xmloff-field-patch.diff, flr, n#248354
 offapi-field-patch.diff, flr, n#248354
+
+[ Fixes ]
+sc-excform8-wntmsci-miscompilation.diff, n#355304, tml

Added: trunk/patches/src680/sc-excform8-wntmsci-miscompilation.diff
==============================================================================
--- (empty file)
+++ trunk/patches/src680/sc-excform8-wntmsci-miscompilation.diff	Thu Jan 24 11:53:26 2008
@@ -0,0 +1,14 @@
+--- sc/source/filter/excel/makefile.mk
++++ sc/source/filter/excel/makefile.mk
+@@ -126,6 +126,11 @@
+ 		$(SLO)$/xiescher.obj
+ .ENDIF
+ 
++.IF "$(GUI)$(COM)$(CPU)" == "WNTMSCI"
++NOOPTFILES = \
++		$(SLO)$/excform8.obj
++.ENDIF
++
+ EXCEPTIONSFILES = \
+ 		$(SLO)$/excdoc.obj					\
+ 		$(SLO)$/excform.obj					\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]