summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2014-11-04 11:58:07 +0100
committerTor Lillqvist <tml@collabora.com>2014-11-04 16:56:39 +0000
commit8bfc9a20ccea2689fec1ffe0654db1f95179bd4f (patch)
tree490db6de50957e1c445d922481f01503cd522a3b /sd
parentRequired MacOSX version is 10.8 (diff)
downloadcore-8bfc9a20ccea2689fec1ffe0654db1f95179bd4f.tar.gz
core-8bfc9a20ccea2689fec1ffe0654db1f95179bd4f.zip
remotecontrol: required version for MacOSX is 10.8
Change-Id: I11b64b79de90d776fd117aa687c971ed80172b76 Reviewed-on: https://gerrit.libreoffice.org/12245 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 5a7b91466df2..d5bf9663a97c 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>