diff options
author | Hennes Rohling <hro@openoffice.org> | 2001-02-22 11:14:50 +0000 |
---|---|---|
committer | Hennes Rohling <hro@openoffice.org> | 2001-02-22 11:14:50 +0000 |
commit | 154d7d5dff8ab07665cc17765be231766437b845 (patch) | |
tree | dcf9f6f2ef87f74d880b7955805e53d6c6d3b717 /ucb/source/ucp | |
parent | 207e171f99cc3bf8adb51af78524c6c64c5f8e4d (diff) |
#84621# Disable CommandAbortexception as workaround
Diffstat (limited to 'ucb/source/ucp')
-rw-r--r-- | ucb/source/ucp/file/shell.cxx | 6 |
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 ); |