summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2001-02-22 11:14:50 +0000
committerHennes Rohling <hro@openoffice.org>2001-02-22 11:14:50 +0000
commit154d7d5dff8ab07665cc17765be231766437b845 (patch)
treedcf9f6f2ef87f74d880b7955805e53d6c6d3b717 /ucb
parent207e171f99cc3bf8adb51af78524c6c64c5f8e4d (diff)
#84621# Disable CommandAbortexception as workaround
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/shell.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx
index ae0cc8534b77..c0e192004112 100644
--- a/ucb/source/ucp/file/shell.cxx
+++ b/ucb/source/ucp/file/shell.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shell.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: hro $ $Date: 2001-02-22 09:44:23 $
+ * last change: $Author: hro $ $Date: 2001-02-22 12:14:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2009,7 +2009,7 @@ shell::ls( sal_Int32 CommandId,
if( ! p->CtorSuccess() )
{
delete p; p = 0;
- throw CommandAbortedException();
+ // throw CommandAbortedException();
}
return uno::Reference< XDynamicResultSet > ( p );