diff options
author | Arkadiy Illarionov <qarkai@gmail.com> | 2018-08-09 20:25:06 +0300 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-08-12 22:33:57 +0200 |
commit | f465685aecf508be987ae199e77667af896a5e8f (patch) | |
tree | 9ffebe8d85fbc338e7f94eea94e26b377116bb52 /sd | |
parent | 87a4623a8dd5c9efed8335bb56145b9ea9dcce36 (diff) |
Resolves: tdf#112343 remove last dbus-glib mentions
Remove dbus-glib bundle from flatpak since LibreOffice
doesn't depend on dbus-glib as of commit
02addb3618f026acd72ece76fc726b9473cc5940.
Fix dbus reference in comment.
Change-Id: I1f4bc41bcd0ea091fc199f2271b27079ce3c2c74
Reviewed-on: https://gerrit.libreoffice.org/58795
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index c89acf3daf58..0a13f5847ecb 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -959,7 +959,7 @@ setupBluez5Profile1(DBusConnection* pConnection, std::vector<Communicator*>* pCo aVTable.message_function = ProfileMessageFunction; // dbus_connection_try_register_object_path could be used but only exists for - // dbus-glib >= 1.2 -- we really shouldn't be trying this twice in any case. + // dbus >= 1.2 -- we really shouldn't be trying this twice in any case. // (dbus_connection_try_register_object_path also returns an error with more // information which could be useful for debugging purposes.) bErr = !dbus_connection_register_object_path(pConnection, "/org/libreoffice/bluez/profile1", &aVTable, pCommunicators); |