This is an automated email from the ASF dual-hosted git repository. jim pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new ce29a7c fluff... only 10.9 and older ce29a7c is described below commit ce29a7ce1b43e5a7bb953b6a56f6cc6110aadddd Author: Jim Jagielski <jim...@gmail.com> AuthorDate: Tue Feb 2 16:19:15 2021 -0500 fluff... only 10.9 and older (cherry picked from commit 4696c98e713dc1dac134d1cd435197cdaf74f76a) --- main/vcl/aqua/source/gdi/salprn.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/vcl/aqua/source/gdi/salprn.cxx b/main/vcl/aqua/source/gdi/salprn.cxx index d3704ed..1cb8f97 100644 --- a/main/vcl/aqua/source/gdi/salprn.cxx +++ b/main/vcl/aqua/source/gdi/salprn.cxx @@ -76,7 +76,7 @@ AquaSalInfoPrinter::AquaSalInfoPrinter( const SalPrinterQueueInfo& i_rQueue ) : { mpPrintInfo = [pShared copy]; [mpPrintInfo setPrinter: mpPrinter]; -#ifdef __MAC_10_9 // code for SDK 10.9 or newer +#if 1 // code for SDK 10.9 or newer mePageOrientation = ([mpPrintInfo orientation] == NSPaperOrientationLandscape) ? ORIENTATION_LANDSCAPE : ORIENTATION_PORTRAIT; [mpPrintInfo setOrientation: NSPaperOrientationPortrait]; #else // code for SDK 10.8 or older