Kaydet (Commit) 0220cdea authored tarafından Noel Grandin's avatar Noel Grandin

cid#1327133 UrF: Unread field

Change-Id: Ie910cdc66c5f243f1ba5f4b855154277746a6195
üst 7b9f288b
......@@ -44,16 +44,12 @@ public class _XButton extends MultiMethodTest {
*/
protected static class TestActionListener implements com.sun.star.awt.XActionListener {
public boolean disposingCalled = false ;
public boolean actionPerformedCalled = false ;
public void disposing(com.sun.star.lang.EventObject e) {
disposingCalled = true ;
}
public void actionPerformed(com.sun.star.awt.ActionEvent e) {
actionPerformedCalled = true ;
}
public void actionPerformed(com.sun.star.awt.ActionEvent e) {}
}
TestActionListener listener = new TestActionListener() ;
......
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