[Libreoffice-commits] core.git: sd/source
Michael Stahl
mstahl at redhat.com
Thu Feb 28 13:22:46 PST 2013
sd/source/ui/remotecontrol/BluetoothServer.cxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 01b913387b03bda1dd4585ee0a3294122a7bdc63
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Feb 28 22:20:13 2013 +0100
sd: BluetoothServer: appease MSVC's appetite for type definitions
Change-Id: I05a0cc7534e6504c73ad1ccee42ca6e9ecb489ed
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 475e0c1..926e4b2 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -579,6 +579,11 @@ registerWithDefaultAdapter( DBusConnection *pConnection )
return pService;
}
+#else
+
+// MSVC needs this definition even though it's never used
+struct sd::BluetoothServerImpl { };
+
#endif // LINUX_BLUETOOTH
BluetoothServer::BluetoothServer( std::vector<Communicator*>* pCommunicators )
More information about the Libreoffice-commits
mailing list