diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-12 17:17:37 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-12 17:17:46 +0200 |
commit | 646dc01ea12c0babb6a9ffee21cc5784466e4349 (patch) | |
tree | a8f57aba1b939221cb7b796c48322202ed330cde | |
parent | 12ea70362f9b1234b4b1613872c8f07735dd386b (diff) |
Use the remote control same service name on Windows, too
Change-Id: I45ecc4a745722cc6bf1f5017429a3e532200bf03
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 30c9c7de4bb8..735777ff77b4 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; |