sd/source/ui/dlg/tpoption.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f1c415c638f11329b9cd7b415aefa4652499403a Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Wed Jun 29 12:32:47 2022 +0200 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Thu Jun 30 08:42:57 2022 +0200 tdf#141313 only hide Impress Remote option if there is no sdremote at all it was incorrectly based on bluetooth support, but the remote can also be used in the local network. Regression from 4cdb960a79aff565f956f618116f3ea4b3836aa4 still worked for users who had it enabled in earlier versions, but not with new profiles. Change-Id: Ib4026c60fed0842b3bad483d78e46dd73d1d75f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136615 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> (cherry picked from commit 8d7c441097cc0279a9819fe0673b8cad40ae94db) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136642 Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx index 1da1974bedb7..d329e34c20d2 100644 --- a/sd/source/ui/dlg/tpoption.cxx +++ b/sd/source/ui/dlg/tpoption.cxx @@ -498,7 +498,7 @@ IMPL_LINK_NOARG(SdTpOptionsMisc, SelectMetricHdl_Impl, weld::ComboBox&, void) void SdTpOptionsMisc::SetImpressMode() { -#ifndef ENABLE_SDREMOTE_BLUETOOTH +#ifndef ENABLE_SDREMOTE m_xCbxEnableSdremote->hide(); #else (void) this; // loplugin:staticmethods