cui/source/options/optinet2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b26beb11171ab0807f6f5876990c9d0e85977679
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Tue Mar 18 11:54:33 2025 +0100
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Wed Mar 19 14:14:35 2025 +0100

    tdf#165800 - fix locking down proxy server settings
    
    We used wrong config key for lock/unlock Proxy
    Server settings.
    
    Change-Id: I2e49b5d3494e04197ea90a6d066c9690b12cc0ad
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183068
    Reviewed-by: Balazs Varga <balazs.varga.ext...@allotropia.de>
    Tested-by: Jenkins
    (cherry picked from commit a8ce824a210f6300be4275283518a442737b2e77)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183100
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx
index d2196cd1b80d..f3a70342a90d 100644
--- a/cui/source/options/optinet2.cxx
+++ b/cui/source/options/optinet2.cxx
@@ -397,7 +397,7 @@ bool SvxProxyTabPage::FillItemSet(SfxItemSet* )
 
 void SvxProxyTabPage::EnableControls_Impl()
 {
-    bool bEnable = !officecfg::Inet::Settings::ooInetNoProxy::isReadOnly();
+    bool bEnable = !officecfg::Inet::Settings::ooInetProxyType::isReadOnly();
     m_xProxyModeFT->set_sensitive(bEnable);
     m_xProxyModeLB->set_sensitive(bEnable);
     m_xProxyModeImg->set_visible(!bEnable);

Reply via email to