forked from amazingfate/loongoffice
Remove dead java code, fields and local variables
Change-Id: If777dcb0e0142229df737c2f1e3e6ecb61f64168
This commit is contained in:
committed by
Caolán McNamara
parent
fa4966a15c
commit
f72ff01dd3
@ -71,9 +71,6 @@ public class EventTest {
|
||||
//-------------------------------------------
|
||||
// member
|
||||
|
||||
/** points to the global uno service manager. */
|
||||
private XMultiServiceFactory m_xMSF = null;
|
||||
|
||||
/** indicates if the mousePressed event was called*/
|
||||
private boolean m_mousePressed = false;
|
||||
/** indicates if the mouseReleased event was called*/
|
||||
@ -131,9 +128,6 @@ public class EventTest {
|
||||
* different components inside.
|
||||
*/
|
||||
@Before public void before() {
|
||||
// get uno service manager from global test environment
|
||||
m_xMSF = getMSF();
|
||||
|
||||
// create frame instance
|
||||
try {
|
||||
// get a soffice factory object
|
||||
|
||||
Reference in New Issue
Block a user