diff options
Diffstat (limited to 'fpicker/source/office/iodlg.cxx')
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index d76d89b8aa0c..4141b48b7e5c 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -1814,7 +1814,7 @@ void SvtFileDialog::onAsyncOperationStarted() { EnableUI( false ); // the cancel button must be always enabled - _pImp->_pBtnCancel->Enable( true ); + _pImp->_pBtnCancel->Enable(); _pImp->_pBtnCancel->GrabFocus(); } @@ -2919,7 +2919,7 @@ IMPL_LINK_NOARG_TYPED(QueryFolderNameDialog, NameHdl, Edit&, void) if ( !aName.isEmpty() ) { if ( !m_pOKBtn->IsEnabled() ) - m_pOKBtn->Enable( true ); + m_pOKBtn->Enable(); } else { |