Kaydet (Commit) ef0e7694 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

Java cleanup, remove dead code

Change-Id: I40cbc29e6648ac430b296f89ebc8f9a4fd6c7546
üst ad467c13
......@@ -145,27 +145,6 @@ class OnewayExecutor extends Thread
// _______________________________
public static void codeAddOrRemoveStatusListener(
boolean bEncode, Vector[] lParams,
com.sun.star.frame.XStatusListener[] xListener,
com.sun.star.util.URL[] aURL)
{
if (bEncode)
{
lParams[0] = new Vector<Object>(2);
lParams[0].add( (Object)xListener[0] );
lParams[0].add( (Object)aURL[0] );
}
else
{
xListener[0] = (com.sun.star.frame.XStatusListener)
(lParams[0].elementAt(0));
aURL[0] = (com.sun.star.util.URL)(lParams[0].elementAt(1));
}
}
// _______________________________
public static void codeDispatch(
boolean bEncode, Vector[] lParams,
com.sun.star.util.URL[] aURL,
......
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