summaryrefslogtreecommitdiff
path: root/vcl/source/app/salvtables.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-07-06 10:54:21 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-07-06 10:54:21 +0000
commit6587abd0796af81128602a7e43927fb3eaead419 (patch)
tree671994888000ff7bb50e96cbc941bd0fcb8d73c1 /vcl/source/app/salvtables.cxx
parenta06a9f6d94bc1338fc68f01abfb6516fbf184918 (diff)
rename PrinterListener, add: getValues, abortJob
Diffstat (limited to 'vcl/source/app/salvtables.cxx')
-rw-r--r--vcl/source/app/salvtables.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}