From 0325b22a2a2b537a71f53b7c5d3e6c13fef68911 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Mon, 2 May 2016 19:07:23 +0200 Subject: tdf#62525 vcl: use cow_wrapper for jobset Besides: * Convert ImplJobSetup to be a class. * Use ImplJobSetup's setters and getters everywhere * add some const-correctness at places Change-Id: I32101048e9be4f3950a4540b0666ed548bbcb211 Reviewed-on: https://gerrit.libreoffice.org/24594 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- vcl/osx/salinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/osx/salinst.cxx') diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index ad3980e3eedd..bff09a5d17a6 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -861,7 +861,7 @@ OUString AquaSalInstance::GetDefaultPrinter() } SalInfoPrinter* AquaSalInstance::CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo, - ImplJobSetup* pSetupData ) + ImplJobSetup* pSetupData ) { // #i113170# may not be the main thread if called from UNO API SalData::ensureThreadAutoreleasePool(); -- cgit