summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2000-12-18 07:20:10 +0000
committerMathias Bauer <mba@openoffice.org>2000-12-18 07:20:10 +0000
commit162e5d52fb99e714c2277e96b5308b6e56f07ba3 (patch)
tree637940698f09164d4c596ac76548a6ca2bf9cde4 /unotools
parentf9718302723e037e6e4d74e1eb2545c08d0ab959 (diff)
#81914#: overfluous assertion
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/ucbhelper/localfilehelper.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/unotools/source/ucbhelper/localfilehelper.cxx b/unotools/source/ucbhelper/localfilehelper.cxx
index 167c74e3a116..5d9a07afc06f 100644
--- a/unotools/source/ucbhelper/localfilehelper.cxx
+++ b/unotools/source/ucbhelper/localfilehelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localfilehelper.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: sb $ $Date: 2000-12-15 08:40:14 $
+ * last change: $Author: mba $ $Date: 2000-12-18 08:20:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -202,9 +202,9 @@ DECLARE_LIST( StringList_Impl, ::rtl::OUString* )
}
catch( ::com::sun::star::ucb::CommandAbortedException& )
{
- DBG_ERRORFILE( "createCursor: CommandAbortedException" );
+// DBG_ERRORFILE( "createCursor: CommandAbortedException" );
}
- catch( ... )
+ catch( Exception& e )
{
DBG_ERRORFILE( "createCursor: Any other exception" );
}
@@ -232,7 +232,7 @@ DECLARE_LIST( StringList_Impl, ::rtl::OUString* )
}
}
}
- catch( ... )
+ catch( Exception& e )
{
DBG_ERRORFILE( "GetFolderContents: Any other exception" );
}