diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 09:07:44 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 09:07:44 +0000 |
commit | 5bda0dfccf14e62d0b89c8f2000fff40bd236634 (patch) | |
tree | fd2a074ffd4d2b5227c82323a01c6f7e5786eaea /psprint/inc | |
parent | fc54d57fee993388cfef50c483d9c2efc490e570 (diff) |
INTEGRATION: CWS vcl24 (1.5.26); FILE MERGED
2004/07/08 15:50:48 pl 1.5.26.1: #i28763# workaround possibly hanging CUPS calls
Diffstat (limited to 'psprint/inc')
-rw-r--r-- | psprint/inc/psprint/ppdparser.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/inc/psprint/ppdparser.hxx b/psprint/inc/psprint/ppdparser.hxx index e0be4f2d53a3..51696ab2549e 100644 --- a/psprint/inc/psprint/ppdparser.hxx +++ b/psprint/inc/psprint/ppdparser.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ppdparser.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-03-17 10:48:09 $ + * last change: $Author: rt $ $Date: 2004-07-23 10:07:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -223,7 +223,7 @@ private: static void initPPDFiles(); static String getPPDFile( const String& rFile ); public: - static const PPDParser* getParser( String aFile ); + static const PPDParser* getParser( const String& rFile ); static String getPPDPrinterName( const String& rFile ); static void freeAll(); |