sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8bfc9a20ccea2689fec1ffe0654db1f95179bd4f Author: Riccardo Magliocchetti <riccardo.magliocche...@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 <t...@collabora.com> Tested-by: Tor Lillqvist <t...@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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits