From fa6ed4d2d3573fc9dbb70b7d6fe06dab7f2ec76a Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 17 Mar 2004 09:48:43 +0000 Subject: [PATCH] INTEGRATION: CWS cups01 (1.4.40); FILE MERGED 2004/02/13 17:06:52 pl 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2003/08/05 13:35:45 pl 1.4.40.1: #i12087# add CUPS support --- psprint/inc/psprint/printerjob.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/psprint/inc/psprint/printerjob.hxx b/psprint/inc/psprint/printerjob.hxx index b2f512a14b26..0b0b033bf279 100644 --- a/psprint/inc/psprint/printerjob.hxx +++ b/psprint/inc/psprint/printerjob.hxx @@ -2,9 +2,9 @@ * * $RCSfile: printerjob.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-02-02 18:53:32 $ + * last change: $Author: obo $ $Date: 2004-03-17 10:48:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,8 +87,8 @@ private: // private data rtl::OUString maSpoolDirName; rtl::OUString maFileName; // empty: spool to command, else spool to named file + rtl::OUString maJobTitle; int mnFileMode; - rtl::OUString maJobName; osl::File* mpJobHeader; osl::File* mpJobTrailer;