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

cid#1327134 UrF: Unread field

Change-Id: Ib6d801b11515259481d4235db9d7a39d5891a289
üst 0220cdea
...@@ -46,16 +46,12 @@ public class _XCheckBox extends MultiMethodTest { ...@@ -46,16 +46,12 @@ public class _XCheckBox extends MultiMethodTest {
*/ */
protected static class TestItemListener implements com.sun.star.awt.XItemListener { protected static class TestItemListener implements com.sun.star.awt.XItemListener {
public boolean disposingCalled = false ; public boolean disposingCalled = false ;
public boolean itemStateChangedCalled = false ;
public void disposing(com.sun.star.lang.EventObject e) { public void disposing(com.sun.star.lang.EventObject e) {
disposingCalled = true ; disposingCalled = true ;
} }
public void itemStateChanged(com.sun.star.awt.ItemEvent e) { public void itemStateChanged(com.sun.star.awt.ItemEvent e) {}
itemStateChangedCalled = true ;
}
} }
TestItemListener listener = new TestItemListener() ; TestItemListener listener = new TestItemListener() ;
short state = -1 ; short state = -1 ;
......
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