summaryrefslogtreecommitdiff
path: root/vcl/inc/generic/printerjob.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/generic/printerjob.hxx')
-rw-r--r--vcl/inc/generic/printerjob.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/inc/generic/printerjob.hxx b/vcl/inc/generic/printerjob.hxx
index 5c521bb37675..c9ea6b7b5d92 100644
--- a/vcl/inc/generic/printerjob.hxx
+++ b/vcl/inc/generic/printerjob.hxx
@@ -89,7 +89,7 @@ public: // for usage in PrinterGfx
void GetScale (double &rXScale, double &rYScale) const;
sal_uInt16 GetDepth () const;
sal_uInt16 GetPostscriptLevel (const JobData *pJobData = NULL) const;
- sal_Bool IsColorPrinter () const;
+ bool IsColorPrinter () const;
osl::File* GetCurrentPageHeader ();
osl::File* GetCurrentPageBody ();
@@ -114,7 +114,7 @@ public:
* the quick command for spooling should be used instead
* of the normal command
*/
- sal_Bool StartJob (const OUString& rFileName,
+ bool StartJob (const OUString& rFileName,
int nMode,
const OUString& rJobName,
const OUString& rAppName,
@@ -122,12 +122,12 @@ public:
PrinterGfx* pGraphics,
bool bIsQuickJob
);
- sal_Bool EndJob ();
+ bool EndJob ();
- sal_Bool AbortJob ();
+ bool AbortJob ();
- sal_Bool StartPage (const JobData& rJobSetup);
- sal_Bool EndPage ();
+ bool StartPage (const JobData& rJobSetup);
+ bool EndPage ();
};
} /* namespace psp */