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

New commits:
commit c33ba7c52a031e8e0f1510d32ed4c33954fe5a39
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Wed Jun 29 12:36:28 2022 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Wed Jun 29 15:37:50 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>

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