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



Author: pmladek
Date: Thu Mar 19 15:27:01 2009
New Revision: 15578
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15578&view=rev

Log:
2009-03-19  Petr Mladek  <pmladek suse cz>

	* patches/dev300/calc-html-import-custom-lang-sc.diff: add missing
	  return



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/patches/dev300/calc-html-import-custom-lang-sc.diff

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Mar 19 15:27:01 2009
@@ -1,3 +1,25 @@
+ooo-build-3.0.99.2
+
+    + features:
+	+ support ooo310-m6 [Rene, Tor, ...]
+    + speed up:
+	+ startup performance problem in the migration code [Kohei]
+	+ symbol visiblity in comphelper [Thorsten]
+    + bug fixes:
+	+ more on multiline formula reference (i#35913) [William]
+	+ datapilot output and new sheet destination (bnc#483446) [Kohei]
+	+ autocorrection in Calc (bnc#472395, lp#271774) [Kohei]
+	+ crash on startup with the GTK+ plugin [Michael]
+	+ Sun Report Builder fixes (i#100249) [Rene]
+	+ many DOCX import fixes [CÃdric]
+	+ lock renewal code [Tor]
+    + build bits:
+	+ GCC warnings in stlport (i#100223) [GÃkÃen]
+	+ various build fixes [Fridrich]
+	
+    + updated Go-oo bits [Fridrich]
+
+
 ooo-build-3.0.99.1
 
     + features:

Modified: trunk/patches/dev300/calc-html-import-custom-lang-sc.diff
==============================================================================
--- trunk/patches/dev300/calc-html-import-custom-lang-sc.diff	(original)
+++ trunk/patches/dev300/calc-html-import-custom-lang-sc.diff	Thu Mar 19 15:27:01 2009
@@ -387,7 +387,7 @@
 index 0000000..6441135
 --- /dev/null
 +++ sc/source/ui/dbgui/langchooser.cxx
-@@ -0,0 +1,112 @@
+@@ -0,0 +1,113 @@
 +/*************************************************************************
 + *
 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -498,6 +498,7 @@
 +    {
 +        maLbCustomLang.Enable();
 +    }
++    return 0;
 +}
 +
 diff --git sc/source/ui/dbgui/langchooser.src sc/source/ui/dbgui/langchooser.src



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