summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-23 08:58:39 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-23 08:58:39 +0000
commit0dd0c1a02e6d3f169afdc9a4bf419e4453d8cbc0 (patch)
tree961ff7744d84d5278ba26b647f9633820175103d /psprint
parentc9ee8c6a66f5cca34e052c25bec67839bc389fcb (diff)
INTEGRATION: CWS vcl23 (1.6.20); FILE MERGED
2004/06/14 14:30:17 pl 1.6.20.1: #i27753# revert to math.h for isnan
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/helper/strhelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/helper/strhelper.cxx b/psprint/source/helper/strhelper.cxx
index c3ce0d1f7e8d..d9c742b7eaa8 100644
--- a/psprint/source/helper/strhelper.cxx
+++ b/psprint/source/helper/strhelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: strhelper.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 16:54:10 $
+ * last change: $Author: rt $ $Date: 2004-07-23 09:58:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,7 @@
#include <alloca.h>
#endif
#include <cstdlib>
-#include <cmath> // for isnan
+#include <math.h> // for isnan
#include <cstring>
// isnan needs special support on MACOSX