diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-29 07:25:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-29 07:25:53 +0000 |
commit | 94e39aeb5553af3b6460ed99def49447aee40082 (patch) | |
tree | 3341d295fe0c81d76e4d29f6287ec7f451a84063 /stoc | |
parent | bb9aead90fbe993c938abbcd82f5e4bb17f95003 (diff) |
#100000#
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/javavm/javavm.cxx | 8 |
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 |