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 d9e72472401b..a6a9eec5bbe6 100644
--- a/cui/source/options/optupdt.cxx
+++ b/cui/source/options/optupdt.cxx
@@ -246,9 +246,9 @@ void SvxOnlineUpdateTabPage::Reset( const SfxItemSet& )
m_xUpdateAccess->getByName( "AutoDownloadEnabled" ) >>= bValue;
m_pAutoDownloadCheckBox->Check(bValue);
- m_pDestPathLabel->Enable(sal_True);
- m_pDestPath->Enable(sal_True);
- m_pChangePathButton->Enable(sal_True);
+ m_pDestPathLabel->Enable(true);
+ m_pDestPath->Enable(true);
+ m_pChangePathButton->Enable(true);
OUString sValue, aPath;
m_xUpdateAccess->getByName( "DownloadDestination" ) >>= sValue;