[Libreoffice-commits] core.git: sd/source

Tor Lillqvist tml at iki.fi
Tue Feb 12 05:42:21 PST 2013


 sd/source/ui/remotecontrol/BluetoothServiceRecord.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit cbac061416e5142fcce9d92b1e58d9679dd9c879
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Feb 12 15:38:26 2013 +0200

    Use a more descriptive name for the Impress Remote Control Bluetooth service
    
    No point in using a generic "Serial Port" name, or describe it as a "COM Port"
    (eek). The remote control app doesn't check what the service name is
    anyway. (It probably should?)
    
    Change-Id: I6098110e8c4f62e20c38cf7e6b2071f00dd00515

diff --git a/sd/source/ui/remotecontrol/BluetoothServiceRecord.hxx b/sd/source/ui/remotecontrol/BluetoothServiceRecord.hxx
index 4c39767..690d7fd 100644
--- a/sd/source/ui/remotecontrol/BluetoothServiceRecord.hxx
+++ b/sd/source/ui/remotecontrol/BluetoothServiceRecord.hxx
@@ -65,10 +65,10 @@ static const char *bluetooth_service_record =
       // Attribute identifiers are pointed to by the Language Base Attribute ID List
       //  id+0 = ServiceName, id+1 = ServiceDescription, id+2=ProviderName
       "<attribute id=\"0x0100\">"
-        "<text value=\"Serial Port\"/>"
+        "<text value=\"LibreOffice Impress Remote Control\"/>"
       "</attribute>"
-      "<attribute id=\"0x0101\">"
-        "<text value=\"COM Port\"/>"
+      "<attribute id=\"0x0102\">"
+        "<text value=\"The Document Foundation\"/>"
       "</attribute>"
     "</record>"
   ;


More information about the Libreoffice-commits mailing list