Author: hdu
Date: Fri Jan 4 15:32:04 2013
New Revision: 1428929
URL: http://svn.apache.org/viewvc?rev=1428929&view=rev
Log:
reverting 1428926 as revison 1428922 does the same and was earlier
Modified:
openoffice/trunk/main/sc/source/core/tool/interpr1.cxx
openoffice/trunk/main/sc/source/core/tool/interpr3.cxx
Modified: openoffice/trunk/main/sc/source/core/tool/interpr1.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/core/tool/interpr1.cxx?rev=1428929&r1=1428928&r2=1428929&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/core/tool/interpr1.cxx (original)
+++ openoffice/trunk/main/sc/source/core/tool/interpr1.cxx Fri Jan 4 15:32:04
2013
@@ -72,9 +72,6 @@
#include "doubleref.hxx"
#include "queryparam.hxx"
-#ifdef WNT /* #i121561# workaround build problem with stlport<5.2 and new
boost on Windows */
-#define _STLP_HAS_NATIVE_FLOAT_ABS
-#endif
#include <boost/math/special_functions/acosh.hpp>
#include <boost/math/special_functions/asinh.hpp>
#include <boost/math/special_functions/atanh.hpp>
Modified: openoffice/trunk/main/sc/source/core/tool/interpr3.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/core/tool/interpr3.cxx?rev=1428929&r1=1428928&r2=1428929&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/core/tool/interpr3.cxx (original)
+++ openoffice/trunk/main/sc/source/core/tool/interpr3.cxx Fri Jan 4 15:32:04
2013
@@ -44,9 +44,6 @@
#include <vector>
#include <algorithm>
-#ifdef WNT /* #i121561# workaround build problem with stlport<5.2 and new
boost on Windows */
-#define _STLP_HAS_NATIVE_FLOAT_ABS
-#endif
#include <boost/math/special_functions/atanh.hpp>
#include <boost/math/special_functions/expm1.hpp>
#include <boost/math/special_functions/log1p.hpp>