summaryrefslogtreecommitdiff
path: root/vcl/inc/generic/printerjob.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-21 12:53:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-21 12:53:51 +0100
commite8f8f24c8415898c787bbfb629247ed62e73a2b9 (patch)
treedae18a3acbf29c192118e7c003f80df8da8e21ae /vcl/inc/generic/printerjob.hxx
parent1c8402465cfd4df862409dc310f5f099d044c4d8 (diff)
vcl: sal_Bool -> bool
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
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 */