diff options
author | Philipp Lohmann <pl@openoffice.org> | 2009-06-26 14:03:31 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2009-06-26 14:03:31 +0000 |
commit | eabda9293f16222f50be0495de945d1df909010a (patch) | |
tree | 72b900068e818a355a8982ab65704d8f15452ff4 /vcl/source/app | |
parent | 61e5696463d074e6bba86a12300f9623a32f71e7 (diff) |
#i92516# add: JobName
Diffstat (limited to 'vcl/source/app')
-rw-r--r-- | vcl/source/app/salvtables.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |