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.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/inc/generic/printerjob.hxx b/vcl/inc/generic/printerjob.hxx
index 5282a3751771..39dbc7b5760f 100644
--- a/vcl/inc/generic/printerjob.hxx
+++ b/vcl/inc/generic/printerjob.hxx
@@ -104,7 +104,7 @@ public:
* rAppName: text to appear in the %%Creator comment
* rSetupData: JobData that apply to this job
* pGraphics: the graphics used to print this job;
- * this graphics must live until End/AbortJob has returned
+ * this graphics must live until EndJob() has returned
* bIsQuickJob: the job was started as "direct print" meaning
* the quick command for spooling should be used instead
* of the normal command
@@ -119,8 +119,6 @@ public:
);
bool EndJob ();
- bool AbortJob ();
-
bool StartPage (const JobData& rJobSetup);
bool EndPage ();
};