Author: hdu
Date: Wed May 8 18:39:30 2013
New Revision: 1480399
URL: http://svn.apache.org/r1480399
Log:
#i122208# remove unneeded boost::math namespace
which otherwise could conflict with the std::namespace.
The boost::math was not needed here anyway.
Modified:
openoffice/branches/rejuvenate01/main/scaddins/source/analysis/analysishelper.hxx
Modified:
openoffice/branches/rejuvenate01/main/scaddins/source/analysis/analysishelper.hxx
URL:
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/scaddins/source/analysis/analysishelper.hxx?rev=1480399&r1=1480398&r2=1480399&view=diff
==============================================================================
---
openoffice/branches/rejuvenate01/main/scaddins/source/analysis/analysishelper.hxx
(original)
+++
openoffice/branches/rejuvenate01/main/scaddins/source/analysis/analysishelper.hxx
Wed May 8 18:39:30 2013
@@ -43,7 +43,6 @@
#endif
#include <boost/tr1/complex.hpp>
-using namespace boost::math;
#ifndef double_complex
typedef std::complex<double> double_complex;
#endif