}
public void call(/*IN*/String s, /*IN*/int nToDo) throws TestBridgeException, com.sun.star.uno.RuntimeException {
if(nToDo < 0) {
System.err.println("##### CallMe_Impl.call: throwing exception...");
throw new TestBridgeException("CallMe_Impl - TestBridgeException", this);
}
String sDummy = "";
if(nToDo == 0)
System.err.println(s);