summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 10:08:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 10:08:59 +0000
commit85e05d2159301eeecbcebf0cd11fe0b1c9e0eb90 (patch)
treebba0e16b303e8d1d83bc4497df0efa3428683dbb /psprint
parente990a1a9c88270754701d87ea5d8c9fcbce7b73a (diff)
INTEGRATION: CWS mh11rc (1.17.12); FILE MERGED
2003/06/06 10:57:29 mh 1.17.12.1: join: from beta2
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/printer/printerinfomanager.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/printer/printerinfomanager.cxx b/psprint/source/printer/printerinfomanager.cxx
index c85767e971ba..e57f75edc5e6 100644
--- a/psprint/source/printer/printerinfomanager.cxx
+++ b/psprint/source/printer/printerinfomanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: printerinfomanager.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 14:34:43 $
+ * last change: $Author: vg $ $Date: 2003-06-12 11:08:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -375,7 +375,7 @@ void PrinterInfoManager::initialize()
* porters: please append your platform to the Solaris
* case if your platform has SystemV printing per default.
*/
-#if defined SOLARIS
+#if defined SOLARIS || defined(IRIX)
aValue = "lp";
#else
aValue = "lpr";