From ac8796dd5e1120ffc67752eb298ebd3e24c198b2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 10 Dec 2014 12:42:23 +0100 Subject: loplugin:cstylecast Change-Id: I7f7e9094cb992b2cec3ab156a83791559cbb4344 --- sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index c559c49bf081..e04392dcddf7 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -1492,7 +1492,7 @@ void SAL_CALL BluetoothServer::run() // Create service IOBluetoothSDPServiceRecordRef serviceRecordRef; SAL_WNODEPRECATED_DECLARATIONS_PUSH //TODO: 10.9 IOBluetoothAddServiceDict - IOReturn rc = IOBluetoothAddServiceDict((CFDictionaryRef) dict, &serviceRecordRef); + IOReturn rc = IOBluetoothAddServiceDict(reinterpret_cast(dict), &serviceRecordRef); SAL_WNODEPRECATED_DECLARATIONS_POP SAL_INFO("sdremote.bluetooth", "IOBluetoothAddServiceDict returned " << rc); -- cgit