summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-12 17:17:37 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-12 17:17:46 +0200
commit646dc01ea12c0babb6a9ffee21cc5784466e4349 (patch)
treea8f57aba1b939221cb7b796c48322202ed330cde /sd
parentCMIS: proxy was setin to ":-1" is no proxy is defined in the UI (diff)
downloadcore-646dc01ea12c0babb6a9ffee21cc5784466e4349.tar.gz
core-646dc01ea12c0babb6a9ffee21cc5784466e4349.zip
Use the remote control same service name on Windows, too
Change-Id: I45ecc4a745722cc6bf1f5017429a3e532200bf03
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 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;