cid#1327134 UrF: Unread field
Change-Id: Ib6d801b11515259481d4235db9d7a39d5891a289
This commit is contained in:
parent
0220cdea88
commit
b5cde3be25
1 changed files with 1 additions and 5 deletions
|
@ -46,16 +46,12 @@ public class _XCheckBox extends MultiMethodTest {
|
|||
*/
|
||||
protected static class TestItemListener implements com.sun.star.awt.XItemListener {
|
||||
public boolean disposingCalled = false ;
|
||||
public boolean itemStateChangedCalled = false ;
|
||||
|
||||
public void disposing(com.sun.star.lang.EventObject e) {
|
||||
disposingCalled = true ;
|
||||
}
|
||||
|
||||
public void itemStateChanged(com.sun.star.awt.ItemEvent e) {
|
||||
itemStateChangedCalled = true ;
|
||||
}
|
||||
|
||||
public void itemStateChanged(com.sun.star.awt.ItemEvent e) {}
|
||||
}
|
||||
TestItemListener listener = new TestItemListener() ;
|
||||
short state = -1 ;
|
||||
|
|
Loading…
Reference in a new issue