summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/scmatrix.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/scmatrix.cxx')
-rw-r--r--sc/source/core/tool/scmatrix.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index 09e203d311e7..d61d80f9cfce 100644
--- a/sc/source/core/tool/scmatrix.cxx
+++ b/sc/source/core/tool/scmatrix.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scmatrix.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: er $ $Date: 2001-04-23 20:25:02 $
+ * last change: $Author: hr $ $Date: 2003-03-26 18:04:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,8 +76,8 @@
#ifndef _STREAM_HXX //autogen
#include <tools/stream.hxx>
#endif
-#ifndef _TOOLS_SOLMATH_HXX
-#include <tools/solmath.hxx>
+#ifndef INCLUDED_RTL_MATH_HXX
+#include <rtl/math.hxx>
#endif
//------------------------------------------------------------------------
@@ -179,7 +179,7 @@ void ScMatrix::Store(SvStream& rStream) const
rStream << (USHORT) 1;
rStream << (BYTE) CELLTYPE_VALUE;
double fVal;
- SolarMath::SetNAN( fVal, FALSE );
+ ::rtl::math::setNan( &fVal );
rStream << fVal;
return;
}