You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2021/02/02 21:19:34 UTC

[openoffice] branch trunk updated: fluff... only 10.9 and older

This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4696c98  fluff... only 10.9 and older
4696c98 is described below

commit 4696c98e713dc1dac134d1cd435197cdaf74f76a
Author: Jim Jagielski <ji...@gmail.com>
AuthorDate: Tue Feb 2 16:19:15 2021 -0500

    fluff... only 10.9 and older
---
 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