summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlg.cxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-11 16:15:00 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-11 17:03:12 +0200
commitd75061c7f676c011bb9710f0ad63fc69f4866c53 (patch)
treece241c24f114c111110c664513f0baa71ed74f4c /fpicker/source/office/iodlg.cxx
parenta23f7ddee2a2e19009f473c1e61092a85b9dc1f4 (diff)
fpicker: fixed delete button (dis)enabling
Change-Id: I94fff429507da5f9d3fa4b6fcdb33c600a7a5b5b
Diffstat (limited to 'fpicker/source/office/iodlg.cxx')
-rw-r--r--fpicker/source/office/iodlg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index c461addefd73..b49bef260dfa 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -1973,8 +1973,6 @@ void SvtFileDialog::onAsyncOperationFinished()
_pImp->_pEdFileName->GrabFocus();
// (if m_bInExecuteAsync is true, then the operation was finished within the minium wait time,
// and to the user, the operation appears to be synchronous)
-
- _pImp->_pBtnRemovePlace->Disable();
}
//-----------------------------------------------------------------------------