summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-06-29 12:36:28 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-06-30 08:39:28 +0200
commit01ffd406553c40bc91daf6bd5d63b1fe3a171a37 (patch)
tree545a026aca4522c0e8beea6c005cbf80c8369f9a
parentDon't link against private CoreUI framework when sandboxed (diff)
downloadcore-01ffd406553c40bc91daf6bd5d63b1fe3a171a37.tar.gz
core-01ffd406553c40bc91daf6bd5d63b1fe3a171a37.zip
impress remote connection dialog must also work without bluetooth
as otherwise you can never confirm the pin to approve new devices. old regression from 7c8c73dd5cf84050a8a2c51b04d7f5278b409fd7 still worked for users who had it enabled/linked in a previous version... Change-Id: Icf9fb6ae4259252da47c3709ab99fb7a2a70aeac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136616 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit c7147cd2504d1d3f91ca5b0a5e119ca9d2185b37) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136635 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--sd/source/ui/dlg/RemoteDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/RemoteDialog.cxx b/sd/source/ui/dlg/RemoteDialog.cxx
index e54b130c3a57..e28f57ecdecc 100644
--- a/sd/source/ui/dlg/RemoteDialog.cxx
+++ b/sd/source/ui/dlg/RemoteDialog.cxx
@@ -27,7 +27,7 @@ RemoteDialog::~RemoteDialog() {}
IMPL_LINK_NOARG(RemoteDialog, HandleConnectButton, weld::Button&, void)
{
weld::WaitObject(m_xDialog.get());
-#if defined(ENABLE_SDREMOTE) && defined(ENABLE_SDREMOTE_BLUETOOTH)
+#if defined(ENABLE_SDREMOTE)
auto xEntry = m_xClientBox->GetActiveEntry();
if (!xEntry)
return;