summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-16 11:54:44 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-16 11:54:44 +0000
commit6972db4022a429c8f899424236d4b7c618249509 (patch)
tree1c6ef30a12d52ad8ef5bb08c10b27507468342b5
parent5441e73b6513f791ce5ded0fa0ce467bc2766fbd (diff)
INTEGRATION: CWS allocacleanup (1.6.14); FILE MERGED
2005/11/06 09:23:42 maho 1.6.14.1: use sal/alloca.h instead of alloca.h Issue number: #i53286#
-rw-r--r--psprint/source/printer/jobdata.cxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/psprint/source/printer/jobdata.cxx b/psprint/source/printer/jobdata.cxx
index 75fcf96716bb..d1d9284c08f3 100644
--- a/psprint/source/printer/jobdata.cxx
+++ b/psprint/source/printer/jobdata.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: jobdata.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:44:44 $
+ * last change: $Author: obo $ $Date: 2006-01-16 12:54:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,12 +36,7 @@
#include <psprint/jobdata.hxx>
#include <psprint/printerinfomanager.hxx>
#include <tools/stream.hxx>
-
-#if defined(SOLARIS) || defined(IRIX)
-#include <alloca.h>
-#else
-#include <stdlib.h>
-#endif
+#include <sal/alloca.h>
using namespace psp;
using namespace rtl;