remove some dead Java code
Change-Id: I03dc362f7302ac8539a4da3dcef9466a7c6d7159
This commit is contained in:
parent
252ed1708a
commit
619dc5d4c8
4 changed files with 0 additions and 14 deletions
|
@ -245,9 +245,6 @@ public class LocalOfficeConnection
|
|||
}
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
}
|
||||
|
||||
// XComponentContext
|
||||
if( null != aInitialObject )
|
||||
|
|
|
@ -327,9 +327,6 @@ public class LocalOfficeConnection
|
|||
}
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
}
|
||||
|
||||
// XComponentContext
|
||||
if( null != aInitialObject )
|
||||
|
|
|
@ -64,8 +64,6 @@ public class DatabaseMetaData {
|
|||
assure("SQLException occurred: " + ex.getMessage() ,false);
|
||||
} catch( java.lang.reflect.InvocationTargetException ex ) {
|
||||
assure("IllegalAccessException!",false);
|
||||
} finally {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -28,12 +28,6 @@ class TextLogger
|
|||
throws java.io.IOException
|
||||
{
|
||||
super ("http://localhost");
|
||||
try
|
||||
{
|
||||
// setPage (new URL ("http://www.spiegel.de"));
|
||||
}
|
||||
catch (Exception e)
|
||||
{}
|
||||
|
||||
setEditable (false);
|
||||
final JEditorPane finalPane = this;
|
||||
|
|
Loading…
Reference in a new issue