[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 13 23:42:24 PST 2012


 sd/source/ui/remotecontrol/BluetoothServer.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cbbdd2f07ee68286614748ae6c64c3058a238c80
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Fri Dec 14 09:40:04 2012 +0200

    Correct the function names in two SAL_INFOs

diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index cd28be9..2db2f1f 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -155,7 +155,7 @@ bool BluetoothServer::isDiscoverable()
 void BluetoothServer::setDiscoverable( bool aDiscoverable )
 {
 #if (defined(LINUX) && !defined(__FreeBSD_kernel__)) && defined(ENABLE_DBUS)
-    SAL_INFO( "sdremote.bluetooth", "BluetoothServer::isDiscoverable called" );
+    SAL_INFO( "sdremote.bluetooth", "BluetoothServer::setDiscoverable called" );
     g_type_init();
     gboolean aResult;
 
@@ -249,7 +249,7 @@ void BluetoothServer::setDiscoverable( bool aDiscoverable )
 
 void SAL_CALL BluetoothServer::run()
 {
-    SAL_INFO( "sdremote.bluetooth", "BluetoothServer::execute called" );
+    SAL_INFO( "sdremote.bluetooth", "BluetoothServer::run called" );
 #if (defined(LINUX) && !defined(__FreeBSD_kernel__)) && defined(ENABLE_DBUS)
     g_type_init();
 


More information about the Libreoffice-commits mailing list