From 91d8ce3ea93f43360addbf52701a46d091e152c8 Mon Sep 17 00:00:00 2001 From: Philipp Lohmann Date: Wed, 1 Oct 2008 18:22:22 +0000 Subject: #i92516# migrate CWS printerpullpages to svn --- vcl/source/app/salvtables.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/app/salvtables.cxx') diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index 69868ed38e55..cd169fc81fe7 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -91,7 +91,7 @@ SalPrinter::~SalPrinter() } BOOL SalPrinter::StartJob( const String*, const String&, - ImplJobSetup*, ImplQPrinter* ) + ImplJobSetup*, vcl::PrinterListener& ) { return FALSE; } -- cgit From eabda9293f16222f50be0495de945d1df909010a Mon Sep 17 00:00:00 2001 From: Philipp Lohmann Date: Fri, 26 Jun 2009 14:03:31 +0000 Subject: #i92516# add: JobName --- vcl/source/app/salvtables.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/app/salvtables.cxx') diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index fe1ef6e7b992..7f872d0a9b63 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -90,7 +90,7 @@ SalPrinter::~SalPrinter() { } -BOOL SalPrinter::StartJob( const String*, const String&, +BOOL SalPrinter::StartJob( const String*, const String&, const String&, ImplJobSetup*, vcl::PrinterListener& ) { return FALSE; -- cgit From 6587abd0796af81128602a7e43927fb3eaead419 Mon Sep 17 00:00:00 2001 From: Philipp Lohmann Date: Mon, 6 Jul 2009 10:54:21 +0000 Subject: rename PrinterListener, add: getValues, abortJob --- vcl/source/app/salvtables.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/app/salvtables.cxx') diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index 7f872d0a9b63..d8ead71c0a4b 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -91,7 +91,7 @@ SalPrinter::~SalPrinter() } BOOL SalPrinter::StartJob( const String*, const String&, const String&, - ImplJobSetup*, vcl::PrinterListener& ) + ImplJobSetup*, vcl::PrinterController& ) { return FALSE; } -- cgit