This commit is contained in:
Rüdiger Timm 2003-04-29 07:25:53 +00:00
parent bb9aead90f
commit 94e39aeb55

View file

@ -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