diff options
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/generic/printerjob.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/generic/printerjob.hxx b/vcl/inc/generic/printerjob.hxx index 62a1c078bc32..aa05394ed995 100644 --- a/vcl/inc/generic/printerjob.hxx +++ b/vcl/inc/generic/printerjob.hxx @@ -101,8 +101,6 @@ public: // for usage in PrinterGfx sal_uInt16 GetPostscriptLevel (const JobData *pJobData = NULL) const; sal_Bool IsColorPrinter () const; - osl::File* GetDocumentHeader (); - osl::File* GetDocumentTrailer (); osl::File* GetCurrentPageHeader (); osl::File* GetCurrentPageBody (); @@ -140,8 +138,6 @@ public: sal_Bool StartPage (const JobData& rJobSetup); sal_Bool EndPage (); - - sal_uInt32 GetErrorCode (); }; } /* namespace psp */ |