Author: paveljanik
Date: Tue Mar 5 11:04:51 2013
New Revision: 1452736
URL: http://svn.apache.org/r1452736
Log:
Define BOOST_MATH_OVERFLOW_ERROR_POLICY only in case it is not yet defined.
Modified:
openoffice/trunk/main/sc/source/core/inc/interpre.hxx
Modified: openoffice/trunk/main/sc/source/core/inc/interpre.hxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/core/inc/interpre.hxx?rev=1452736&r1=1452735&r2=1452736&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/core/inc/interpre.hxx (original)
+++ openoffice/trunk/main/sc/source/core/inc/interpre.hxx Tue Mar 5 11:04:51
2013
@@ -44,7 +44,9 @@
// This header must be included before including any Boost
// math function.
//
+#ifndef BOOST_MATH_OVERFLOW_ERROR_POLICY
#define BOOST_MATH_OVERFLOW_ERROR_POLICY errno_on_error
+#endif
class ScDocument;
class SbxVariable;