diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 19:22:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 19:22:13 +0000 |
commit | 1ba8df3ef1ed65b319bdf4b7e1bb7244b53b1cfc (patch) | |
tree | 02728bc65b1f23f57d565633f7ed4bf71ff02180 /psprint | |
parent | 054177845a19954d07122f768eef53cff48f3037 (diff) |
INTEGRATION: CWS geordi2q11 (1.3.8); FILE MERGED
2003/12/16 14:00:10 hr 1.3.8.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/printer/jobdata.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/printer/jobdata.cxx b/psprint/source/printer/jobdata.cxx index c1727a36b01c..d9993187f076 100644 --- a/psprint/source/printer/jobdata.cxx +++ b/psprint/source/printer/jobdata.cxx @@ -2,9 +2,9 @@ * * $RCSfile: jobdata.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2003-11-25 10:30:17 $ + * last change: $Author: vg $ $Date: 2003-12-17 20:22:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,7 @@ #include <psprint/printerinfomanager.hxx> #include <tools/stream.hxx> -#ifdef SOLARIS +#if defined(SOLARIS) || defined(IRIX) #include <alloca.h> #else #include <stdlib.h> |