summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stoc/source/javavm/javavm.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx
index bc837546062d..7f2da8c9ba35 100644
--- a/stoc/source/javavm/javavm.cxx
+++ b/stoc/source/javavm/javavm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: javavm.cxx,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 14:10:05 $
+ * last change: $Author: rt $ $Date: 2003-04-29 08:25:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -857,10 +857,6 @@ void initVMConfiguration(stoc_javavm::JVM * pjvm,
{
throw;
}
- catch(css::java::JavaNotConfiguredException& e)
- {
- throw;
- }
catch(css::uno::Exception & exception)
{
#if OSL_DEBUG_LEVEL > 1