sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 646dc01ea12c0babb6a9ffee21cc5784466e4349 Author: Tor Lillqvist <t...@iki.fi> Date: Tue Feb 12 17:17:37 2013 +0200 Use the remote control same service name on Windows, too Change-Id: I45ecc4a745722cc6bf1f5017429a3e532200bf03 diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 30c9c7d..735777f 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -392,7 +392,7 @@ void SAL_CALL BluetoothServer::run() WSAQUERYSET aRecord; memset( &aRecord, 0, sizeof(aRecord)); aRecord.dwSize = sizeof(aRecord); - aRecord.lpszServiceInstanceName = "LibreOffice-SDRemote"; // Optional + aRecord.lpszServiceInstanceName = "LibreOffice Impress Remote Control"; aRecord.lpszComment = "Remote control of presentations over bluetooth."; aRecord.lpServiceClassId = (LPGUID) &SerialPortServiceClass_UUID; aRecord.dwNameSpace = NS_BTH; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits