sd/source/ui/dlg/RemoteDialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 01ffd406553c40bc91daf6bd5d63b1fe3a171a37
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Wed Jun 29 12:36:28 2022 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Jun 30 08:39:28 2022 +0200

    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+libreoff...@googlemail.com>
    (cherry picked from commit c7147cd2504d1d3f91ca5b0a5e119ca9d2185b37)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136635
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

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;

Reply via email to