[Libreoffice-commits] .: vcl/aqua

Tor Lillqvist tml at kemper.freedesktop.org
Tue Oct 4 04:24:25 PDT 2011


 vcl/aqua/source/window/salframeview.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a2a883c1447f5694db1db098d895f865284cc1ae
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Oct 4 14:22:15 2011 +0300

    Fix build against the 10.4 SDK

diff --git a/vcl/aqua/source/window/salframeview.mm b/vcl/aqua/source/window/salframeview.mm
index 6f451f5..ae12b85 100644
--- a/vcl/aqua/source/window/salframeview.mm
+++ b/vcl/aqua/source/window/salframeview.mm
@@ -1597,7 +1597,7 @@ private:
     return 0;
 }
 
-#if defined(MAC_OS_X_VERSION_10_5)
+#if defined (NSFoundationVersionNumber10_5)
 /* SDK 10.5 or greater, even if MAC_OS_X_VERSION_MAX_ALLOWED might be less than 10.5 */
 - (NSInteger)conversationIdentifier
 #else


More information about the Libreoffice-commits mailing list