summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:51:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:51:51 +0000
commit53075d1c73496594fb6f1f10505329599eadfaee (patch)
treeee226df8957bcd16980844e34999e304d5e1671b /psprint
parentaff4c8610445193bb4b8d8a4d57216ba9bee3726 (diff)
INTEGRATION: CWS vcl26 (1.25.6); FILE MERGED
2004/08/26 15:06:03 pl 1.25.6.1: remove a warning
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 3579ccbe49ca..c4cfed08788c 100644
--- a/psprint/source/printer/printerinfomanager.cxx
+++ b/psprint/source/printer/printerinfomanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: printerinfomanager.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: rt $ $Date: 2004-07-23 10:09:11 $
+ * last change: $Author: hr $ $Date: 2004-09-08 15:51:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1360,7 +1360,7 @@ void SystemQueueInfo::run()
#endif
{
aPrtQueueCmd += ByteString( " 2>/dev/null" );
- if( pPipe = popen( aPrtQueueCmd.GetBuffer(), "r" ) )
+ if( (pPipe = popen( aPrtQueueCmd.GetBuffer(), "r" )) )
{
while( fgets( pBuffer, 1024, pPipe ) )
aLines.push_back( ByteString( pBuffer ) );