summaryrefslogtreecommitdiff
path: root/psprint/inc
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-11-13 14:32:53 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-11-13 14:32:53 +0000
commit044fde1a994d7f18aa3c8fe7d5c9acdf18ebc5b9 (patch)
tree0acfd8868b1d3482fc5da21697e5d60155e6bfd5 /psprint/inc
parent197ea0dd2e005670dfd51189a7d271001fbca6f3 (diff)
#i7262# improve DSC compliance
Diffstat (limited to 'psprint/inc')
-rw-r--r--psprint/inc/psprint/printerjob.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/psprint/inc/psprint/printerjob.hxx b/psprint/inc/psprint/printerjob.hxx
index 9191b5be7dd0..1d903e350b59 100644
--- a/psprint/inc/psprint/printerjob.hxx
+++ b/psprint/inc/psprint/printerjob.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: printerjob.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: pl $ $Date: 2001-05-08 11:45:33 $
+ * last change: $Author: pl $ $Date: 2002-11-13 15:32:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,6 +118,7 @@ private: // private methods
const rtl::OUString& rExtension);
void InitPaperSize (const JobData& rJobSetup);
+ bool writeFeatureList( osl::File* pFile, const JobData&, bool bDocumentSetup );
bool writeSetup( osl::File* pFile, const JobData& );
bool writePageSetup( osl::File* pFile, const JobData& );
bool writeProlog (osl::File* pFile);