summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-11-11 10:39:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-11-11 10:39:20 +0000
commit8ff33a0e49a52c3dbb5c62116df9d57a1698636b (patch)
tree844a339866abae4c17b826c13938ffe1d03eccb6 /fpicker/source
parentab1512daaff3f0abadfee083c64feb474c5e90a8 (diff)
INTEGRATION: CWS c06 (1.2.40); FILE MERGED
2005/10/07 15:32:16 kso 1.2.40.1: #125964# - Better handling of non-existing directories/files. Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/office/asyncfilepicker.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/office/asyncfilepicker.cxx b/fpicker/source/office/asyncfilepicker.cxx
index bcbc908ea9..c472f8cd83 100644
--- a/fpicker/source/office/asyncfilepicker.cxx
+++ b/fpicker/source/office/asyncfilepicker.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: asyncfilepicker.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2005-10-06 10:43:15 $
+ * last change: $Author: rt $ $Date: 2005-11-11 11:39:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -156,7 +156,7 @@ namespace svt
}
acquire();
- if ( eResult == eSuccess )
+ if ( ( eResult == eSuccess ) || ( eResult == eFailure ) )
{
// the handler is only called if the action could not be finished within
// the given minimum time period. In case of success, we need to call it