ooo-build r12102 - in trunk: . patches/src680
- From: noelpwer svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12102 - in trunk: . patches/src680
- Date: Fri, 4 Apr 2008 09:55:07 +0100 (BST)
Author: noelpwer
Date: Fri Apr 4 09:55:07 2008
New Revision: 12102
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12102&view=rev
Log:
2008-04-04 Noel Power <noel power novell com>
* patches/src680/sc-formula-int-precision.diff: fix windows build
problem, specify rtl::math::round function explicitly
Modified:
trunk/ChangeLog
trunk/patches/src680/sc-formula-int-precision.diff
Modified: trunk/patches/src680/sc-formula-int-precision.diff
==============================================================================
--- trunk/patches/src680/sc-formula-int-precision.diff (original)
+++ trunk/patches/src680/sc-formula-int-precision.diff Fri Apr 4 09:55:07 2008
@@ -45,7 +45,7 @@
+ fValue *= fExpValue;
+
+// fprintf(stdout, "lcl_roundValue: normalized = %.16f\n", fValue);
-+ fValue = round(fValue);
++ fValue = rtl::math::round(fValue);
+// fprintf(stdout, "lcl_roundValue: rounded = %.16f\n", fValue);
+ fValue /= fExpValue;
+// fprintf(stdout, "lcl_roundValue: restored = %.16f\n", fValue);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]