[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 22 00:51:38 PDT 2012


 sd/source/ui/remotecontrol/Server.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ae4da42e5fd0222fa1d1336ae1090b1ad840327f
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Oct 22 09:23:22 2012 +0300

    WaE: unused parameter
    
    Change-Id: I15bfeda7f9bf0fbeff9e4f3297f127941cadcf9b

diff --git a/sd/source/ui/remotecontrol/Server.cxx b/sd/source/ui/remotecontrol/Server.cxx
index 220a3b2..69a53f4 100644
--- a/sd/source/ui/remotecontrol/Server.cxx
+++ b/sd/source/ui/remotecontrol/Server.cxx
@@ -320,6 +320,8 @@ void RemoteServer::setBluetoothDiscoverable( bool aDiscoverable )
 {
 #ifdef ENABLE_BLUETOOTH
     BluetoothServer::setDiscoverable( aDiscoverable );
+#else
+    (void) aDiscoverable;
 #endif
 }
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list