Kaydet (Commit) 619dc5d4 authored tarafından Noel Grandin's avatar Noel Grandin

remove some dead Java code

Change-Id: I03dc362f7302ac8539a4da3dcef9466a7c6d7159
üst 252ed170
...@@ -245,9 +245,6 @@ public class LocalOfficeConnection ...@@ -245,9 +245,6 @@ public class LocalOfficeConnection
} }
} }
} }
finally
{
}
// XComponentContext // XComponentContext
if( null != aInitialObject ) if( null != aInitialObject )
......
...@@ -327,9 +327,6 @@ public class LocalOfficeConnection ...@@ -327,9 +327,6 @@ public class LocalOfficeConnection
} }
} }
} }
finally
{
}
// XComponentContext // XComponentContext
if( null != aInitialObject ) if( null != aInitialObject )
......
...@@ -64,8 +64,6 @@ public class DatabaseMetaData { ...@@ -64,8 +64,6 @@ public class DatabaseMetaData {
assure("SQLException occurred: " + ex.getMessage() ,false); assure("SQLException occurred: " + ex.getMessage() ,false);
} catch( java.lang.reflect.InvocationTargetException ex ) { } catch( java.lang.reflect.InvocationTargetException ex ) {
assure("IllegalAccessException!",false); assure("IllegalAccessException!",false);
} finally {
} }
} }
......
...@@ -28,12 +28,6 @@ class TextLogger ...@@ -28,12 +28,6 @@ class TextLogger
throws java.io.IOException throws java.io.IOException
{ {
super ("http://localhost"); super ("http://localhost");
try
{
// setPage (new URL ("http://www.spiegel.de"));
}
catch (Exception e)
{}
setEditable (false); setEditable (false);
final JEditorPane finalPane = this; final JEditorPane finalPane = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment