remove some dead Java code

Change-Id: I03dc362f7302ac8539a4da3dcef9466a7c6d7159
This commit is contained in:
Noel Grandin 2014-08-13 09:14:05 +02:00
parent 252ed1708a
commit 619dc5d4c8
4 changed files with 0 additions and 14 deletions

View file

@ -245,9 +245,6 @@ public class LocalOfficeConnection
}
}
}
finally
{
}
// XComponentContext
if( null != aInitialObject )

View file

@ -327,9 +327,6 @@ public class LocalOfficeConnection
}
}
}
finally
{
}
// XComponentContext
if( null != aInitialObject )

View file

@ -64,8 +64,6 @@ public class DatabaseMetaData {
assure("SQLException occurred: " + ex.getMessage() ,false);
} catch( java.lang.reflect.InvocationTargetException ex ) {
assure("IllegalAccessException!",false);
} finally {
}
}

View file

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