[Libreoffice-commits] core.git: sd/source

Riccardo Magliocchetti riccardo.magliocchetti at gmail.com
Tue Nov 4 08:57:04 PST 2014


 sd/source/ui/remotecontrol/BluetoothServer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8bfc9a20ccea2689fec1ffe0654db1f95179bd4f
Author: Riccardo Magliocchetti <riccardo.magliocchetti at gmail.com>
Date:   Tue Nov 4 11:58:07 2014 +0100

    remotecontrol: required version for MacOSX is 10.8
    
    Change-Id: I11b64b79de90d776fd117aa687c971ed80172b76
    Reviewed-on: https://gerrit.libreoffice.org/12245
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 5a7b914..d5bf966 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -42,7 +42,7 @@
 #ifdef MACOSX
   #include <osl/conditn.hxx>
   #include <premac.h>
-  #if MACOSX_SDK_VERSION == 1070 || MACOSX_SDK_VERSION == 1080
+  #if MACOSX_SDK_VERSION == 1080
     #import <IOBluetooth/IOBluetooth.h>
   #else
     #import <CoreFoundation/CoreFoundation.h>


More information about the Libreoffice-commits mailing list