summaryrefslogtreecommitdiff
path: root/cui/source/options/optupdt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optupdt.cxx')
-rw-r--r--cui/source/options/optupdt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optupdt.cxx b/cui/source/options/optupdt.cxx
index 741a2ecca292..06a9fe3b255a 100644
--- a/cui/source/options/optupdt.cxx
+++ b/cui/source/options/optupdt.cxx
@@ -256,9 +256,9 @@ void SvxOnlineUpdateTabPage::Reset( const SfxItemSet* )
m_xUpdateAccess->getByName( "AutoDownloadEnabled" ) >>= bValue;
m_pAutoDownloadCheckBox->Check(bValue);
- m_pDestPathLabel->Enable(true);
- m_pDestPath->Enable(true);
- m_pChangePathButton->Enable(true);
+ m_pDestPathLabel->Enable();
+ m_pDestPath->Enable();
+ m_pChangePathButton->Enable();
OUString sValue, aPath;
m_xUpdateAccess->getByName( "DownloadDestination" ) >>= sValue;