Home
last modified time | relevance | path

Searched refs:action0 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java1155 final CustomUndoAction action0 = new CustomUndoAction( "action 0" ); in impl_testHiddenContexts() local
1156 i_undoManager.addUndoAction( action0 ); in impl_testHiddenContexts()
1181 assertFalse( "one action too much has been undone", action0.undoCalled() ); in impl_testHiddenContexts()