summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-31 07:59:44 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-31 07:59:44 +0000
commit7f7a0d53f4b7a06939505d241a9c355141a5c341 (patch)
treebeccb53494135e81d36a74f53ad25ccd80fe73bc /psprint
parent59951b4651b7800fce8b2e9c16215819318b2700 (diff)
INTEGRATION: CWS vcl34 (1.8.24); FILE MERGED
2005/01/10 15:09:30 pl 1.8.24.1: #i27753# fix for FreeBSD
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/helper/strhelper.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/psprint/source/helper/strhelper.cxx b/psprint/source/helper/strhelper.cxx
index d9c742b7eaa8..b976d1e08517 100644
--- a/psprint/source/helper/strhelper.cxx
+++ b/psprint/source/helper/strhelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: strhelper.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2004-07-23 09:58:39 $
+ * last change: $Author: rt $ $Date: 2005-01-31 08:59:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,6 +76,10 @@
__isnan ( x ) )
#endif
+#if defined (FREEBSD)
+using namespace __gnu_cxx; //for isnan #iz27753 for FreeBSD
+#endif
+
namespace psp {
inline int isSpace( char cChar )