From 4119f9a687ddb91b81ea1d7aeca984e448c7bc65 Mon Sep 17 00:00:00 2001 From: Laurent Balland-Poirier Date: Wed, 22 Feb 2012 22:23:15 +0100 Subject: [PATCH] fdo#33697 Unable to reset Internet Proxy mode to System Remove a line preventing choice of System as Proxy mode to be saved --- cui/source/options/optinet2.cxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx index 361ce96..984fef7 100644 --- a/cui/source/options/optinet2.cxx +++ b/cui/source/options/optinet2.cxx @@ -420,7 +420,7 @@ sal_Bool SvxProxyTabPage::FillItemSet(SfxItemSet& ) if( nSelPos == 1 ) { RestoreConfigDefaults_Impl(); - return sal_True; +// return sal_True; // commented for fdo#33697 } xPropertySet->setPropertyValue(aProxyModePN, -- 1.7.7