sd/source/ui/remotecontrol/BluetoothServer.cxx | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 1b5763c40686c8ca3f6e26f9b495bca57271872c Author: Michael Stahl <mst...@redhat.com> Date: Mon Jul 1 14:10:59 2013 +0200 BluetoothServer::addCommunicator not unused after all was erroneously removed in 6a59659541e45198b8cda162f87f6abcd68c6101 Change-Id: Ib95fccaaccb8baf269f7d393af00d9b95b25161a diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 37836ee..f8843ea 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -420,6 +420,11 @@ void incomingCallback( void *userRefCon, pCommunicator->launch(); } +void BluetoothServer::addCommunicator( Communicator* pCommunicator ) +{ + mpCommunicators->push_back( pCommunicator ); +} + #endif // MACOSX #ifdef LINUX_BLUETOOTH _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits