Java cleanup, remove dead code
Change-Id: I40cbc29e6648ac430b296f89ebc8f9a4fd6c7546
This commit is contained in:
parent
ad467c1359
commit
ef0e7694b8
1 changed files with 0 additions and 21 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue